#64CA69

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

Shades of Fern #64CA69

Tints of Fern #64CA69

Color information

#64CA69 (or 0x64CA69) is unknown color: approx Fern. HEX triplet: 64, CA and 69. RGB value is (100,202,105). Sum of RGB (Red+Green+Blue) = 100+202+105=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA69 is #9B3596. Grayscale: #A0A0A0. Windows color (decimal): -10171799 or 6933092. OLE color: 6933092.

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

Color convert

RGB100202105-
CMYK0.5000.480.21
HSL122.94º49.04%59.22%-
HSV(B)122.94º50.5%79.22%-
XYZ28.9345.9720.71-
YUV160.4496.7184.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 202 (79.30% from 255) = 49.63%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=24.57%
G=49.63%
B=25.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021050.5000.480.21122.9449.0459.22
Hex64CA6932030157b313b
Octal14431215162060251736173
Binary11001001100101011010011100100110000101011111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,202,105); }

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

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

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

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

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

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

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