#64BE70

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

Shades of Fern #64BE70

Tints of Fern #64BE70

Color information

#64BE70 (or 0x64BE70) is unknown color: approx Fern. HEX triplet: 64, BE and 70. RGB value is (100,190,112). Sum of RGB (Red+Green+Blue) = 100+190+112=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE70 is #9B418F. Grayscale: #9A9A9A. Windows color (decimal): -10174864 or 7388772. OLE color: 7388772.

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

Color convert

RGB100190112-
CMYK0.4700.410.25
HSL128º40.91%56.86%-
HSV(B)128º47.37%74.51%-
XYZ26.5940.7121.78-
YUV154.2104.1889.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=24.88%
G=47.26%
B=27.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901120.4700.410.2512840.9156.86
Hex64BE702F02919802939
Octal14427616057051312005171
Binary110010010111110111000010111101010011100110000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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