#64D075

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

Shades of Emerald #64D075

Tints of Emerald #64D075

Color information

#64D075 (or 0x64D075) is unknown color: approx Emerald. HEX triplet: 64, D0 and 75. RGB value is (100,208,117). Sum of RGB (Red+Green+Blue) = 100+208+117=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #64D075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D075 is #9B2F8A. Grayscale: #A5A5A5. Windows color (decimal): -10170251 or 7721060. OLE color: 7721060.

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

Color convert

RGB100208117-
CMYK0.5200.440.18
HSL129.44º53.47%60.39%-
HSV(B)129.44º51.92%81.57%-
XYZ31.0249.1124.67-
YUV165.33100.7281.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.53%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=23.53%
G=48.94%
B=27.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002081170.5200.440.18129.4453.4760.39
Hex64D0753402C1281353c
Octal14432016564054222016574
Binary110010011010000111010111010001011001001010000001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,208,117); }

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

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

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

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

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

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

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