#64CC63

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

Shades of Fern #64CC63

Tints of Fern #64CC63

Color information

#64CC63 (or 0x64CC63) is unknown color: approx Fern. HEX triplet: 64, CC and 63. RGB value is (100,204,99). Sum of RGB (Red+Green+Blue) = 100+204+99=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC63 is #9B339C. Grayscale: #A1A1A1. Windows color (decimal): -10171293 or 6540388. OLE color: 6540388.

HSL color Cylindrical-coordinate representation of color #64CC63: hue angle of 119.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CC63 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB10020499-
CMYK0.5100.510.2
HSL119.43º50.72%59.41%-
HSV(B)119.43º51.47%80%-
XYZ29.146.819.3-
YUV160.9393.0484.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 204 (80.08% from 255) = 50.62%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=24.81%
G=50.62%
B=24.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal100204990.5100.510.2119.4350.7259.41
Hex64CC63330331477333b
Octal14431414363063241676373
Binary11001001100110011000111100110110011101001110111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,204,99); }

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

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

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

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

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

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

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