#64BC70

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

Shades of Fern #64BC70

Tints of Fern #64BC70

Color information

#64BC70 (or 0x64BC70) is unknown color: approx Fern. HEX triplet: 64, BC and 70. RGB value is (100,188,112). Sum of RGB (Red+Green+Blue) = 100+188+112=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC70 is #9B438F. Grayscale: #999999. Windows color (decimal): -10175376 or 7388260. OLE color: 7388260.

HSL color Cylindrical-coordinate representation of color #64BC70: hue angle of 128.18º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC70 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB100188112-
CMYK0.4700.400.26
HSL128.18º39.64%56.47%-
HSV(B)128.18º46.81%73.73%-
XYZ26.1639.8521.64-
YUV153.02104.8590.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 188 (73.83% from 255) = 47%
BLUE value IS 112 (44.14% from 255) = 28%
R=25%
G=47%
B=28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001881120.4700.400.26128.1839.6456.47
Hex64BC702F0281A802838
Octal14427416057050322005070
Binary110010010111100111000010111101010001101010000000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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