#64C364

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

Shades of Fern #64C364

Tints of Fern #64C364

Color information

#64C364 (or 0x64C364) is unknown color: approx Fern. HEX triplet: 64, C3 and 64. RGB value is (100,195,100). Sum of RGB (Red+Green+Blue) = 100+195+100=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #64C364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C364 is #9B3C9B. Grayscale: #9C9C9C. Windows color (decimal): -10173596 or 6603620. OLE color: 6603620.

HSL color Cylindrical-coordinate representation of color #64C364: hue angle of 120º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C364 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB100195100-
CMYK0.4900.490.24
HSL120º44.19%57.84%-
HSV(B)120º48.72%76.47%-
XYZ27.0742.6618.86-
YUV155.7696.5388.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 195 (76.56% from 255) = 49.37%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=25.32%
G=49.37%
B=25.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951000.4900.490.2412044.1957.84
Hex64C3643103118782c3a
Octal14430314461061301705472
Binary11001001100001111001001100010110001110001111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,195,100); }

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

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

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

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

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

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

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