#64C960

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

Shades of Fern #64C960

Tints of Fern #64C960

Color information

#64C960 (or 0x64C960) is unknown color: approx Fern. HEX triplet: 64, C9 and 60. RGB value is (100,201,96). Sum of RGB (Red+Green+Blue) = 100+201+96=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #64C960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C960 is #9B369F. Grayscale: #9F9F9F. Windows color (decimal): -10172064 or 6343012. OLE color: 6343012.

HSL color Cylindrical-coordinate representation of color #64C960: hue angle of 117.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64C960 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB10020196-
CMYK0.5000.520.21
HSL117.71º49.3%58.24%-
HSV(B)117.71º52.24%78.82%-
XYZ28.2545.3318.33-
YUV158.8392.5486.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 201 (78.91% from 255) = 50.63%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=25.19%
G=50.63%
B=24.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100201960.5000.520.21117.7149.358.24
Hex64C960320341576313a
Octal14431114062064251666172
Binary11001001100100111000001100100110100101011110110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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