#64C962

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

Shades of Fern #64C962

Tints of Fern #64C962

Color information

#64C962 (or 0x64C962) is unknown color: approx Fern. HEX triplet: 64, C9 and 62. RGB value is (100,201,98). Sum of RGB (Red+Green+Blue) = 100+201+98=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #64C962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C962 is #9B369D. Grayscale: #9F9F9F. Windows color (decimal): -10172062 or 6474084. OLE color: 6474084.

HSL color Cylindrical-coordinate representation of color #64C962: hue angle of 118.83º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C962 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB10020198-
CMYK0.5000.510.21
HSL118.83º48.82%58.63%-
HSV(B)118.83º51.24%78.82%-
XYZ28.3545.3618.82-
YUV159.0693.5485.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 201 (78.91% from 255) = 50.38%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=25.06%
G=50.38%
B=24.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100201980.5000.510.21118.8348.8258.63
Hex64C962320331577313b
Octal14431114262063251676173
Binary11001001100100111000101100100110011101011110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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