#66CB70

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

Shades of Fern #66CB70

Tints of Fern #66CB70

Color information

#66CB70 (or 0x66CB70) is unknown color: approx Fern. HEX triplet: 66, CB and 70. RGB value is (102,203,112). Sum of RGB (Red+Green+Blue) = 102+203+112=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CB70 is #99348F. Grayscale: #A2A2A2. Windows color (decimal): -10040464 or 7392102. OLE color: 7392102.

HSL color Cylindrical-coordinate representation of color #66CB70: hue angle of 125.94º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CB70 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB102203112-
CMYK0.5000.450.20
HSL125.94º49.27%59.8%-
HSV(B)125.94º49.75%79.61%-
XYZ29.7646.7122.78-
YUV162.4399.5484.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 203 (79.69% from 255) = 48.68%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=24.46%
G=48.68%
B=26.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022031120.5000.450.20125.9449.2759.8
Hex66CB703202D147e313c
Octal14631316062055241766174
Binary11001101100101111100001100100101101101001111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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