#66C368

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

Shades of Fern #66C368

Tints of Fern #66C368

Color information

#66C368 (or 0x66C368) is unknown color: approx Fern. HEX triplet: 66, C3 and 68. RGB value is (102,195,104). Sum of RGB (Red+Green+Blue) = 102+195+104=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #66C368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C368 is #993C97. Grayscale: #9D9D9D. Windows color (decimal): -10042520 or 6865766. OLE color: 6865766.

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

Color convert

RGB102195104-
CMYK0.4800.470.24
HSL121.29º43.66%58.24%-
HSV(B)121.29º47.69%76.47%-
XYZ27.4942.8519.92-
YUV156.8298.1988.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=25.44%
G=48.63%
B=25.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021951040.4800.470.24121.2943.6658.24
Hex66C3683002F18792c3a
Octal14630315060057301715472
Binary11001101100001111010001100000101111110001111001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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