#66C974

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

Shades of Fern #66C974

Tints of Fern #66C974

Color information

#66C974 (or 0x66C974) is unknown color: approx Fern. HEX triplet: 66, C9 and 74. RGB value is (102,201,116). Sum of RGB (Red+Green+Blue) = 102+201+116=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #66C974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C974 is #99368B. Grayscale: #A1A1A1. Windows color (decimal): -10040972 or 7653734. OLE color: 7653734.

HSL color Cylindrical-coordinate representation of color #66C974: hue angle of 128.48º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C974 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB102201116-
CMYK0.4900.420.21
HSL128.48º47.83%59.41%-
HSV(B)128.48º49.25%78.82%-
XYZ29.5245.8623.82-
YUV161.71102.285.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 201 (78.91% from 255) = 47.97%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=24.34%
G=47.97%
B=27.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022011160.4900.420.21128.4847.8359.41
Hex66C9743102A1580303b
Octal14631116461052252006073
Binary110011011001001111010011000101010101010110000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66C974; }

 p { color: rgb(102,201,116); }

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

<style>
 a { background-color: #66C974; }

 a { background-color: rgb(102,201,116); }

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

<style>
 span { border-color: #66C974; }

 span { border-color: rgb(102,201,116); }

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