Shades of Pastel Green #64E465
Tints of Pastel Green #64E465
RGB
CMYK
RGB Variations
Color information
#64E465 (or 0x64E465) is known color: Pastel Green. HEX triplet: 64, E4 and 65. RGB value is (100,228,101). Sum of RGB (Red+Green+Blue) = 100+228+101=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #64E465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E465 is #9B1B9A. Grayscale: #AFAFAF. Windows color (decimal): -10165147 or 6677604. OLE color: 6677604.
HSL color Cylindrical-coordinate representation of color #64E465: hue angle of 120.47º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E465 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 101 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.11 |
| HSL | 120.47º | 0.7% | 0.64% | - |
| HSV(B) | 120.47º | 0.56% | 0.89% | - |
| XYZ | 35.35 | 59.14 | 21.86 | - |
| YUV | 175.25 | 86.09 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 101 | 0.56 | 0 | 0.56 | 0.11 | 120.47 | 0.7 | 0.64 |
| Hex | 64 | E4 | 65 | 38 | 0 | 38 | B | 78 | 46 | 40 |
| Octal | 144 | 344 | 145 | 70 | 0 | 70 | 13 | 170 | 106 | 100 |
| Binary | 1100100 | 11100100 | 1100101 | 111000 | 0 | 111000 | 1011 | 1111000 | 1000110 | 1000000 |
Color Harmonies of #64E465
Complementary color
Monochromatic Colors of #64E465
Black with #64E465
Text Example
Text Example
White with #64E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E465; }
p { color: rgb(100,228,101); }
H1.HeaderClassName
{
color: #64E465;
}
.AnyTagClassName
{
color: #64E465;
}
</style>
background-color css
<style>
a { background-color: #64E465; }
a { background-color: rgb(100,228,101); }
div.DivClassName
{
background-color: #64E465;
}
.BgClassName
{
background-color: #64E465;
}
</style>
border-color css
<style>
span { border-color: #64E465; }
span { border-color: rgb(100,228,101); }
td.TdClassName
{
border-color: #64E465;
}
.TagClassName
{
border-color: #64E465;
}
</style>