#64BA61

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

Shades of Fern #64BA61

Tints of Fern #64BA61

Color information

#64BA61 (or 0x64BA61) is unknown color: approx Fern. HEX triplet: 64, BA and 61. RGB value is (100,186,97). Sum of RGB (Red+Green+Blue) = 100+186+97=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA61 is #9B459E. Grayscale: #969696. Windows color (decimal): -10175903 or 6404708. OLE color: 6404708.

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

Color convert

RGB10018697-
CMYK0.4600.480.27
HSL117.98º39.21%55.49%-
HSV(B)117.98º47.85%72.94%-
XYZ24.9738.6917.46-
YUV150.1498.0192.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 186 (73.05% from 255) = 48.56%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=26.11%
G=48.56%
B=25.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100186970.4600.480.27117.9839.2155.49
Hex64BA612E0301B762737
Octal14427214156060331664767
Binary11001001011101011000011011100110000110111110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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