#64CB61

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

Shades of Fern #64CB61

Tints of Fern #64CB61

Color information

#64CB61 (or 0x64CB61) is unknown color: approx Fern. HEX triplet: 64, CB and 61. RGB value is (100,203,97). Sum of RGB (Red+Green+Blue) = 100+203+97=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB61 is #9B349E. Grayscale: #A0A0A0. Windows color (decimal): -10171551 or 6409060. OLE color: 6409060.

HSL color Cylindrical-coordinate representation of color #64CB61: hue angle of 118.3º degrees, saturation: 0.5, 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 #64CB61 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB10020397-
CMYK0.5100.520.20
HSL118.3º50.48%58.82%-
HSV(B)118.3º52.22%79.61%-
XYZ28.7746.2818.73-
YUV160.1292.3885.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 203 (79.69% from 255) = 50.75%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=25%
G=50.75%
B=24.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100203970.5100.520.20118.350.4858.82
Hex64CB61330341476323b
Octal14431314163064241666273
Binary11001001100101111000011100110110100101001110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,203,97); }

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

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

 a { background-color: rgb(100,203,97); }

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

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

 span { border-color: rgb(100,203,97); }

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