#64CE73

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

Shades of Fern #64CE73

Tints of Fern #64CE73

Color information

#64CE73 (or 0x64CE73) is unknown color: approx Fern. HEX triplet: 64, CE and 73. RGB value is (100,206,115). Sum of RGB (Red+Green+Blue) = 100+206+115=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CE73 is #9B318C. Grayscale: #A4A4A4. Windows color (decimal): -10170765 or 7589476. OLE color: 7589476.

HSL color Cylindrical-coordinate representation of color #64CE73: hue angle of 128.49º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CE73 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB100206115-
CMYK0.5100.440.19
HSL128.49º51.96%60%-
HSV(B)128.49º51.46%80.78%-
XYZ30.4248.0923.9-
YUV163.93100.3882.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.75%
GREEN value IS 206 (80.86% from 255) = 48.93%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=23.75%
G=48.93%
B=27.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1002061150.5100.440.19128.4951.9660
Hex64CE733302C1380343c
Octal14431616363054232006474
Binary110010011001110111001111001101011001001110000000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,206,115); }

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

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

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

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

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

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

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