Shades of Pastel Green #64DB58
Tints of Pastel Green #64DB58
RGB
CMYK
RGB Variations
Color information
#64DB58 (or 0x64DB58) is known color: Pastel Green. HEX triplet: 64, DB and 58. RGB value is (100,219,88). Sum of RGB (Red+Green+Blue) = 100+219+88=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DB58 is #9B24A7. Grayscale: #A8A8A8. Windows color (decimal): -10167464 or 5823332. OLE color: 5823332.
HSL color Cylindrical-coordinate representation of color #64DB58: hue angle of 114.5º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DB58 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 88 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.14 |
| HSL | 114.5º | 0.65% | 0.6% | - |
| HSV(B) | 114.5º | 0.6% | 0.86% | - |
| XYZ | 32.35 | 54.08 | 17.97 | - |
| YUV | 168.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 88 | 0.54 | 0 | 0.60 | 0.14 | 114.5 | 0.65 | 0.6 |
| Hex | 64 | DB | 58 | 36 | 0 | 3C | E | 73 | 41 | 3C |
| Octal | 144 | 333 | 130 | 66 | 0 | 74 | 16 | 163 | 101 | 74 |
| Binary | 1100100 | 11011011 | 1011000 | 110110 | 0 | 111100 | 1110 | 1110011 | 1000001 | 111100 |
Color Harmonies of #64DB58
Complementary color
Monochromatic Colors of #64DB58
Black with #64DB58
Text Example
Text Example
White with #64DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB58; }
p { color: rgb(100,219,88); }
H1.HeaderClassName
{
color: #64DB58;
}
.AnyTagClassName
{
color: #64DB58;
}
</style>
background-color css
<style>
a { background-color: #64DB58; }
a { background-color: rgb(100,219,88); }
div.DivClassName
{
background-color: #64DB58;
}
.BgClassName
{
background-color: #64DB58;
}
</style>
border-color css
<style>
span { border-color: #64DB58; }
span { border-color: rgb(100,219,88); }
td.TdClassName
{
border-color: #64DB58;
}
.TagClassName
{
border-color: #64DB58;
}
</style>