Shades of Pastel Green #64DA5B
Tints of Pastel Green #64DA5B
RGB
CMYK
RGB Variations
Color information
#64DA5B (or 0x64DA5B) is known color: Pastel Green. HEX triplet: 64, DA and 5B. RGB value is (100,218,91). Sum of RGB (Red+Green+Blue) = 100+218+91=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA5B is #9B25A4. Grayscale: #A8A8A8. Windows color (decimal): -10167717 or 6019684. OLE color: 6019684.
HSL color Cylindrical-coordinate representation of color #64DA5B: hue angle of 115.75º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64DA5B is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 91 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.15 |
| HSL | 115.75º | 0.63% | 0.61% | - |
| HSV(B) | 115.75º | 0.58% | 0.85% | - |
| XYZ | 32.22 | 53.61 | 18.55 | - |
| YUV | 168.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 91 | 0.54 | 0 | 0.58 | 0.15 | 115.75 | 0.63 | 0.61 |
| Hex | 64 | DA | 5B | 36 | 0 | 3A | F | 74 | 3F | 3D |
| Octal | 144 | 332 | 133 | 66 | 0 | 72 | 17 | 164 | 77 | 75 |
| Binary | 1100100 | 11011010 | 1011011 | 110110 | 0 | 111010 | 1111 | 1110100 | 111111 | 111101 |
Color Harmonies of #64DA5B
Complementary color
Monochromatic Colors of #64DA5B
Black with #64DA5B
Text Example
Text Example
White with #64DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA5B; }
p { color: rgb(100,218,91); }
H1.HeaderClassName
{
color: #64DA5B;
}
.AnyTagClassName
{
color: #64DA5B;
}
</style>
background-color css
<style>
a { background-color: #64DA5B; }
a { background-color: rgb(100,218,91); }
div.DivClassName
{
background-color: #64DA5B;
}
.BgClassName
{
background-color: #64DA5B;
}
</style>
border-color css
<style>
span { border-color: #64DA5B; }
span { border-color: rgb(100,218,91); }
td.TdClassName
{
border-color: #64DA5B;
}
.TagClassName
{
border-color: #64DA5B;
}
</style>