#64D378

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

Shades of Emerald #64D378

Tints of Emerald #64D378

Color information

#64D378 (or 0x64D378) is unknown color: approx Emerald. HEX triplet: 64, D3 and 78. RGB value is (100,211,120). Sum of RGB (Red+Green+Blue) = 100+211+120=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #64D378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D378 is #9B2C87. Grayscale: #A7A7A7. Windows color (decimal): -10169480 or 7918436. OLE color: 7918436.

HSL color Cylindrical-coordinate representation of color #64D378: hue angle of 130.81º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D378 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB100211120-
CMYK0.5300.430.17
HSL130.81º55.78%60.98%-
HSV(B)130.81º52.61%82.75%-
XYZ31.9450.6525.86-
YUV167.44101.2379.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 211 (82.81% from 255) = 48.96%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=23.20%
G=48.96%
B=27.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1002111200.5300.430.17130.8155.7860.98
Hex64D3783502B1183383d
Octal14432317065053212037075
Binary110010011010011111100011010101010111000110000011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,211,120); }

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

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

 a { background-color: rgb(100,211,120); }

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

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

 span { border-color: rgb(100,211,120); }

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