#64BC60

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

Shades of Fern #64BC60

Tints of Fern #64BC60

Color information

#64BC60 (or 0x64BC60) is unknown color: approx Fern. HEX triplet: 64, BC and 60. RGB value is (100,188,96). Sum of RGB (Red+Green+Blue) = 100+188+96=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC60 is #9B439F. Grayscale: #979797. Windows color (decimal): -10175392 or 6339684. OLE color: 6339684.

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

Color convert

RGB10018896-
CMYK0.4700.490.26
HSL117.39º40.71%55.69%-
HSV(B)117.39º48.94%73.73%-
XYZ25.3539.5217.36-
YUV151.296.8591.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 96 (37.89% from 255) = 25%
R=26.04%
G=48.96%
B=25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100188960.4700.490.26117.3940.7155.69
Hex64BC602F0311A752938
Octal14427414057061321655170
Binary11001001011110011000001011110110001110101110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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