#64CF81

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

Shades of Emerald #64CF81

Tints of Emerald #64CF81

Color information

#64CF81 (or 0x64CF81) is unknown color: approx Emerald. HEX triplet: 64, CF and 81. RGB value is (100,207,129). Sum of RGB (Red+Green+Blue) = 100+207+129=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CF81 is #9B307E. Grayscale: #A6A6A6. Windows color (decimal): -10170495 or 8507236. OLE color: 8507236.

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

Color convert

RGB100207129-
CMYK0.5200.380.19
HSL136.26º52.71%60.2%-
HSV(B)136.26º51.69%81.18%-
XYZ31.5348.9228.55-
YUV166.11107.0580.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.94%
GREEN value IS 207 (81.25% from 255) = 47.48%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=22.94%
G=47.48%
B=29.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1002071290.5200.380.19136.2652.7160.2
Hex64CF81340261388353c
Octal14431720164046232106574
Binary1100100110011111000000111010001001101001110001000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,207,129); }

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

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

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

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

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

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

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