color codes Logo

#74f33d color codes

#74F33D
(116,243,61)
0 Favorites   0 Comments

Color spaces of #74f33d

RGB 11624361
HSL0.280.880.60
HSV102°75°95°
CMYK 0.520.000.75   0.05
XYZ40.095468.151115.4561
Yxy68.15110.32410.5509
Hunter Lab82.5537-57.773546.6870
CIE-Lab86.0819-65.016471.6732

#74f33d color RGB value is (116,243,61).

#74f33d hex color red value is 116, green value is 243 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #74f33d hue: 0.28 , saturation: 0.88 and the lightness value of 74f33d is 0.60.

The process color (four color CMYK) of #74f33d color code is 0.52, 0.00, 0.75, 0.05. Web safe color of #74f33d is #66ff33. Color #74f33d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11110011 00111101
Octal 164 363 75
Decimal 116 243 61
Hex 74 F3 3D

RGB Percentages of Color #74f33d

%27.62
%57.86
%14.52

CMYK Percentages of Color #74f33d

%52
%0
%75
%5

Triadic Colors of #74f33d

#74f33d #3d74f3 #f33d74

Analogous Colors of #74f33d

#74f33d #3df361 #cff33d

Monochromatic Colors of #74f33d

#74f33d

Complementary Color

#74f33d #bc3df3

#74f33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74f33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74f33d Color CSS Codes

.mybgcolor {background-color:#74f33d; } 
.myforecolor {color:#74f33d; }
.mybordercolor {border:3px solid #74f33d; }

#74f33d Text Font Color

<p style="color:#74f33d">Text here</p>

This sample text font color is #74f33d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#74f33d Background Color

<div style="background-color:#74f33d">
Div content here</div>

This div background color is #74f33d


#74f33d Border Color

<div style="border:3px solid #74f33d">
Div here</div>

This div border color is #74f33d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,243,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74f33d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74f33d;
  -webkit-box-shadow: 1px 1px 3px 2px #74f33d;
  box-shadow:         1px 1px 3px 2px #74f33d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,243,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #74f33d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #74f33d;
  -webkit-box-shadow: 1px 1px 3px 2px #74f33d;
  box-shadow:         1px 1px 3px 2px #74f33d;">
Div content here</div>

This div box has shadow with color #74f33d


Comments

No comments written yet.

Please login to write comment.