#66C05D

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

Shades of Fern #66C05D

Tints of Fern #66C05D

Color information

#66C05D (or 0x66C05D) is unknown color: approx Fern. HEX triplet: 66, C0 and 5D. RGB value is (102,192,93). Sum of RGB (Red+Green+Blue) = 102+192+93=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #66C05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C05D is #993FA2. Grayscale: #9A9A9A. Windows color (decimal): -10043299 or 6144102. OLE color: 6144102.

HSL color Cylindrical-coordinate representation of color #66C05D: hue angle of 114.55º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66C05D is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB10219293-
CMYK0.4700.520.25
HSL114.55º44%55.88%-
HSV(B)114.55º51.56%75.29%-
XYZ26.341.3116.94-
YUV153.893.6891.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 192 (75.39% from 255) = 49.61%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=26.36%
G=49.61%
B=24.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102192930.4700.520.25114.554455.88
Hex66C05D2F03419732c38
Octal14630013557064311635470
Binary11001101100000010111011011110110100110011110011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,192,93); }

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

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

 a { background-color: rgb(102,192,93); }

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

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

 span { border-color: rgb(102,192,93); }

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