#64BE75

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

Shades of Fern #64BE75

Tints of Fern #64BE75

Color information

#64BE75 (or 0x64BE75) is unknown color: approx Fern. HEX triplet: 64, BE and 75. RGB value is (100,190,117). Sum of RGB (Red+Green+Blue) = 100+190+117=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE75 is #9B418A. Grayscale: #9A9A9A. Windows color (decimal): -10174859 or 7716452. OLE color: 7716452.

HSL color Cylindrical-coordinate representation of color #64BE75: hue angle of 131.33º 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 #64BE75 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB100190117-
CMYK0.4700.380.25
HSL131.33º40.91%56.86%-
HSV(B)131.33º47.37%74.51%-
XYZ26.8840.8223.29-
YUV154.77106.6888.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=24.57%
G=46.68%
B=28.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901170.4700.380.25131.3340.9156.86
Hex64BE752F02619832939
Octal14427616557046312035171
Binary110010010111110111010110111101001101100110000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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