#66CD68

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

Shades of Fern #66CD68

Tints of Fern #66CD68

Color information

#66CD68 (or 0x66CD68) is unknown color: approx Fern. HEX triplet: 66, CD and 68. RGB value is (102,205,104). Sum of RGB (Red+Green+Blue) = 102+205+104=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CD68 is #993297. Grayscale: #A2A2A2. Windows color (decimal): -10039960 or 6868326. OLE color: 6868326.

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

Color convert

RGB102205104-
CMYK0.5000.490.20
HSL121.17º50.74%60.2%-
HSV(B)121.17º50.24%80.39%-
XYZ29.8147.4920.69-
YUV162.6994.8884.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 205 (80.47% from 255) = 49.88%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=24.82%
G=49.88%
B=25.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022051040.5000.490.20121.1750.7460.2
Hex66CD68320311479333c
Octal14631515062061241716374
Binary11001101100110111010001100100110001101001111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,205,104); }

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

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

 a { background-color: rgb(102,205,104); }

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

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

 span { border-color: rgb(102,205,104); }

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