#66CA73

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

Shades of Fern #66CA73

Tints of Fern #66CA73

Color information

#66CA73 (or 0x66CA73) is unknown color: approx Fern. HEX triplet: 66, CA and 73. RGB value is (102,202,115). Sum of RGB (Red+Green+Blue) = 102+202+115=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA73 is #99358C. Grayscale: #A2A2A2. Windows color (decimal): -10040717 or 7588454. OLE color: 7588454.

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

Color convert

RGB102202115-
CMYK0.5000.430.21
HSL127.8º48.54%59.61%-
HSV(B)127.8º49.5%79.22%-
XYZ29.6946.323.59-
YUV162.18101.3785.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 202 (79.30% from 255) = 48.21%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=24.34%
G=48.21%
B=27.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022021150.5000.430.21127.848.5459.61
Hex66CA733202B1580313c
Octal14631216362053252006174
Binary110011011001010111001111001001010111010110000000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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