#64C662

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

Shades of Fern #64C662

Tints of Fern #64C662

Color information

#64C662 (or 0x64C662) is unknown color: approx Fern. HEX triplet: 64, C6 and 62. RGB value is (100,198,98). Sum of RGB (Red+Green+Blue) = 100+198+98=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #64C662 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C662 is #9B399D. Grayscale: #9D9D9D. Windows color (decimal): -10172830 or 6473316. OLE color: 6473316.

HSL color Cylindrical-coordinate representation of color #64C662: hue angle of 118.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C662 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB10019898-
CMYK0.4900.510.22
HSL118.8º46.73%58.04%-
HSV(B)118.8º50.51%77.65%-
XYZ27.6543.9818.59-
YUV157.394.5387.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 198 (77.73% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=25.25%
G=50%
B=24.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100198980.4900.510.22118.846.7358.04
Hex64C6623103316772f3a
Octal14430614261063261675772
Binary11001001100011011000101100010110011101101110111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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