#66C360

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

Shades of Fern #66C360

Tints of Fern #66C360

Color information

#66C360 (or 0x66C360) is unknown color: approx Fern. HEX triplet: 66, C3 and 60. RGB value is (102,195,96). Sum of RGB (Red+Green+Blue) = 102+195+96=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #66C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C360 is #993C9F. Grayscale: #9C9C9C. Windows color (decimal): -10042528 or 6341478. OLE color: 6341478.

HSL color Cylindrical-coordinate representation of color #66C360: hue angle of 116.36º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66C360 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB10219596-
CMYK0.4800.510.24
HSL116.36º45.21%57.06%-
HSV(B)116.36º50.77%76.47%-
XYZ27.1142.717.88-
YUV155.9194.1989.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 195 (76.56% from 255) = 49.62%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=25.95%
G=49.62%
B=24.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102195960.4800.510.24116.3645.2157.06
Hex66C3603003318742d39
Octal14630314060063301645571
Binary11001101100001111000001100000110011110001110100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,195,96); }

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

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

 a { background-color: rgb(102,195,96); }

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

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

 span { border-color: rgb(102,195,96); }

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