Html Css Color HEX #74BD78 Fern

📋 copy color: '#74BD78'

red 116 ◦ green 189 ◦ blue 120

#74BD78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #74BD78

Tints of Fern #74BD78

RGB

 RED value IS 116 (45.7% from 255) = 27.29%

 GREEN value IS 189 (74.22% from 255) = 44.47%

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 27.29%
G = 44.47%
B = 28.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74BD78 (or 0x74BD78) is known color: Fern. HEX triplet: 74, BD and 78. RGB value is (116,189,120). Sum of RGB (Red+Green+Blue) = 116+189+120=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD78 is #8B4287. Grayscale: #9F9F9F. Windows color (decimal): -9126536 or 7912820. OLE color: 7912820.

HSL color Cylindrical-coordinate representation of color #74BD78: hue angle of 123.29º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BD78 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 120 -
CMYK 0.39 0 0.37 0.26
HSL 123.29º 0.36% 0.6% -
HSV(B) 123.29º 0.39% 0.74% -
XYZ 28.79 41.46 24.26 -
YUV 159.31 105.82 97.11 -
System Red Green Blue C M Y K H S L
Decimal 116 189 120 0.39 0 0.37 0.26 123.29 0.36 0.6
Hex 74 BD 78 27 0 25 1A 7B 24 3C
Octal 164 275 170 47 0 45 32 173 44 74
Binary 1110100 10111101 1111000 100111 0 100101 11010 1111011 100100 111100

Color Harmonies of #74BD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD78

Black with #74BD78

Text Example


Text Example

White with #74BD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BD78; }

 p { color: rgb(116,189,120); }

 H1.HeaderClassName
 {
   color: #74BD78;
 }
 .AnyTagClassName
 {
   color: #74BD78;
 }
</style>

background-color css

<style>
 a { background-color: #74BD78; }

 a { background-color: rgb(116,189,120); }

 div.DivClassName
 {
   background-color: #74BD78;
 }
 .BgClassName
 {
   background-color: #74BD78;
 }
</style>

border-color css

<style>
 span { border-color: #74BD78; }

 span { border-color: rgb(116,189,120); }

 td.TdClassName
 {
   border-color: #74BD78;
 }
 .TagClassName
 {
   border-color: #74BD78;
 }
</style>