#64BA5D

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

Shades of Fern #64BA5D

Tints of Fern #64BA5D

Color information

#64BA5D (or 0x64BA5D) is unknown color: approx Fern. HEX triplet: 64, BA and 5D. RGB value is (100,186,93). Sum of RGB (Red+Green+Blue) = 100+186+93=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA5D is #9B45A2. Grayscale: #959595. Windows color (decimal): -10175907 or 6142564. OLE color: 6142564.

HSL color Cylindrical-coordinate representation of color #64BA5D: hue angle of 115.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BA5D is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB10018693-
CMYK0.4600.50.27
HSL115.48º40.26%54.71%-
HSV(B)115.48º50%72.94%-
XYZ24.7938.6216.5-
YUV149.6896.0192.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=26.39%
G=49.08%
B=24.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100186930.4600.50.27115.4840.2654.71
Hex64BA5D2E0321B732837
Octal14427213556062331635067
Binary11001001011101010111011011100110010110111110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,186,93); }

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

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

 a { background-color: rgb(100,186,93); }

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

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

 span { border-color: rgb(100,186,93); }

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