#74BF71

Color #74BF71 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #74BF71

Tints of Fern #74BF71

Color information

#74BF71 (or 0x74BF71) is unknown color: approx Fern. HEX triplet: 74, BF and 71. RGB value is (116,191,113). Sum of RGB (Red+Green+Blue) = 116+191+113=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF71 is #8B408E. Grayscale: #9F9F9F. Windows color (decimal): -9126031 or 7454580. OLE color: 7454580.

HSL color Cylindrical-coordinate representation of color #74BF71: hue angle of 117.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74BF71 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB116191113-
CMYK0.3900.410.25
HSL117.69º37.86%59.61%-
HSV(B)117.69º40.84%74.9%-
XYZ28.8142.1722.24-
YUV159.68101.6596.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=27.62%
G=45.48%
B=26.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911130.3900.410.25117.6937.8659.61
Hex74BF71270291976263c
Octal16427716147051311664674
Binary11101001011111111100011001110101001110011110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,113); }

 H1.HeaderClassName
 {
   color: #74BF71;
 }
 .AnyTagClassName
 {
   color: #74BF71;
 }
</style>
background-color css

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

 a { background-color: rgb(116,191,113); }

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

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

 span { border-color: rgb(116,191,113); }

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