#66CB5D

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

Shades of Fern #66CB5D

Tints of Fern #66CB5D

Color information

#66CB5D (or 0x66CB5D) is unknown color: approx Fern. HEX triplet: 66, CB and 5D. RGB value is (102,203,93). Sum of RGB (Red+Green+Blue) = 102+203+93=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CB5D is #9934A2. Grayscale: #A0A0A0. Windows color (decimal): -10040483 or 6146918. OLE color: 6146918.

HSL color Cylindrical-coordinate representation of color #66CB5D: hue angle of 115.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66CB5D is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB10220393-
CMYK0.5000.540.20
HSL115.09º51.4%58.04%-
HSV(B)115.09º54.19%79.61%-
XYZ28.8146.3317.78-
YUV160.2690.0486.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.63%
GREEN value IS 203 (79.69% from 255) = 51.01%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=25.63%
G=51.01%
B=23.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102203930.5000.540.20115.0951.458.04
Hex66CB5D320361473333a
Octal14631313562066241636372
Binary11001101100101110111011100100110110101001110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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