#66CD69

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

Shades of Fern #66CD69

Tints of Fern #66CD69

Color information

#66CD69 (or 0x66CD69) is unknown color: approx Fern. HEX triplet: 66, CD and 69. RGB value is (102,205,105). Sum of RGB (Red+Green+Blue) = 102+205+105=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CD69 is #993296. Grayscale: #A3A3A3. Windows color (decimal): -10039959 or 6933862. OLE color: 6933862.

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

Color convert

RGB102205105-
CMYK0.5000.490.20
HSL121.75º50.74%60.2%-
HSV(B)121.75º50.24%80.39%-
XYZ29.8647.5120.96-
YUV162.895.3884.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.76%
GREEN value IS 205 (80.47% from 255) = 49.76%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=24.76%
G=49.76%
B=25.49%

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
Decimal1022051050.5000.490.20121.7550.7460.2
Hex66CD6932031147a333c
Octal14631515162061241726374
Binary11001101100110111010011100100110001101001111010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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