#64BE6D

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

Shades of Fern #64BE6D

Tints of Fern #64BE6D

Color information

#64BE6D (or 0x64BE6D) is unknown color: approx Fern. HEX triplet: 64, BE and 6D. RGB value is (100,190,109). Sum of RGB (Red+Green+Blue) = 100+190+109=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE6D is #9B4192. Grayscale: #9A9A9A. Windows color (decimal): -10174867 or 7192164. OLE color: 7192164.

HSL color Cylindrical-coordinate representation of color #64BE6D: hue angle of 126º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE6D is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB100190109-
CMYK0.4700.430.25
HSL126º40.91%56.86%-
HSV(B)126º47.37%74.51%-
XYZ26.4340.6420.92-
YUV153.86102.6889.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=25.06%
G=47.62%
B=27.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901090.4700.430.2512640.9156.86
Hex64BE6D2F02B197e2939
Octal14427615557053311765171
Binary11001001011111011011011011110101011110011111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,190,109); }

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

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

 a { background-color: rgb(100,190,109); }

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

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

 span { border-color: rgb(100,190,109); }

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