Shades of Pastel Green #64E771
Tints of Pastel Green #64E771
RGB
CMYK
RGB Variations
Color information
#64E771 (or 0x64E771) is known color: Pastel Green. HEX triplet: 64, E7 and 71. RGB value is (100,231,113). Sum of RGB (Red+Green+Blue) = 100+231+113=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #64E771 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E771 is #9B188E. Grayscale: #B2B2B2. Windows color (decimal): -10164367 or 7464804. OLE color: 7464804.
HSL color Cylindrical-coordinate representation of color #64E771: hue angle of 125.95º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E771 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 231 | 113 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.09 |
| HSL | 125.95º | 0.73% | 0.65% | - |
| HSV(B) | 125.95º | 0.57% | 0.91% | - |
| XYZ | 36.81 | 61.05 | 25.47 | - |
| YUV | 178.38 | 91.1 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 113 | 0.57 | 0 | 0.51 | 0.09 | 125.95 | 0.73 | 0.65 |
| Hex | 64 | E7 | 71 | 39 | 0 | 33 | 9 | 7E | 49 | 41 |
| Octal | 144 | 347 | 161 | 71 | 0 | 63 | 11 | 176 | 111 | 101 |
| Binary | 1100100 | 11100111 | 1110001 | 111001 | 0 | 110011 | 1001 | 1111110 | 1001001 | 1000001 |
Color Harmonies of #64E771
Complementary color
Monochromatic Colors of #64E771
Black with #64E771
Text Example
Text Example
White with #64E771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E771; }
p { color: rgb(100,231,113); }
H1.HeaderClassName
{
color: #64E771;
}
.AnyTagClassName
{
color: #64E771;
}
</style>
background-color css
<style>
a { background-color: #64E771; }
a { background-color: rgb(100,231,113); }
div.DivClassName
{
background-color: #64E771;
}
.BgClassName
{
background-color: #64E771;
}
</style>
border-color css
<style>
span { border-color: #64E771; }
span { border-color: rgb(100,231,113); }
td.TdClassName
{
border-color: #64E771;
}
.TagClassName
{
border-color: #64E771;
}
</style>