#64CC62

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

Shades of Fern #64CC62

Tints of Fern #64CC62

Color information

#64CC62 (or 0x64CC62) is unknown color: approx Fern. HEX triplet: 64, CC and 62. RGB value is (100,204,98). Sum of RGB (Red+Green+Blue) = 100+204+98=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC62 is #9B339D. Grayscale: #A1A1A1. Windows color (decimal): -10171294 or 6474852. OLE color: 6474852.

HSL color Cylindrical-coordinate representation of color #64CC62: hue angle of 118.87º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CC62 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB10020498-
CMYK0.5100.520.2
HSL118.87º50.96%59.22%-
HSV(B)118.87º51.96%80%-
XYZ29.0546.7819.05-
YUV160.8292.5484.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 204 (80.08% from 255) = 50.75%
BLUE value IS 98 (38.67% from 255) = 24.38%
R=24.88%
G=50.75%
B=24.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal100204980.5100.520.2118.8750.9659.22
Hex64CC62330341477333b
Octal14431414263064241676373
Binary11001001100110011000101100110110100101001110111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64CC62; }

 p { color: rgb(100,204,98); }

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

<style>
 a { background-color: #64CC62; }

 a { background-color: rgb(100,204,98); }

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

<style>
 span { border-color: #64CC62; }

 span { border-color: rgb(100,204,98); }

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