#66CB73

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

Shades of Fern #66CB73

Tints of Fern #66CB73

Color information

#66CB73 (or 0x66CB73) is unknown color: approx Fern. HEX triplet: 66, CB and 73. RGB value is (102,203,115). Sum of RGB (Red+Green+Blue) = 102+203+115=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CB73 is #99348C. Grayscale: #A3A3A3. Windows color (decimal): -10040461 or 7588710. OLE color: 7588710.

HSL color Cylindrical-coordinate representation of color #66CB73: hue angle of 127.72º 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 #66CB73 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB102203115-
CMYK0.5000.430.20
HSL127.72º49.27%59.8%-
HSV(B)127.72º49.75%79.61%-
XYZ29.9346.7723.67-
YUV162.77101.0484.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 203 (79.69% from 255) = 48.33%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=24.29%
G=48.33%
B=27.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022031150.5000.430.20127.7249.2759.8
Hex66CB733202B1480313c
Octal14631316362053242006174
Binary110011011001011111001111001001010111010010000000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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