Shades of Pastel Green #64E370
Tints of Pastel Green #64E370
RGB
CMYK
RGB Variations
Color information
#64E370 (or 0x64E370) is known color: Pastel Green. HEX triplet: 64, E3 and 70. RGB value is (100,227,112). Sum of RGB (Red+Green+Blue) = 100+227+112=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #64E370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E370 is #9B1C8F. Grayscale: #B0B0B0. Windows color (decimal): -10165392 or 7398244. OLE color: 7398244.
HSL color Cylindrical-coordinate representation of color #64E370: hue angle of 125.67º degrees, saturation: 0.69, 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 #64E370 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 112 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.11 |
| HSL | 125.67º | 0.69% | 0.64% | - |
| HSV(B) | 125.67º | 0.56% | 0.89% | - |
| XYZ | 35.65 | 58.82 | 24.8 | - |
| YUV | 175.92 | 91.92 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 112 | 0.56 | 0 | 0.51 | 0.11 | 125.67 | 0.69 | 0.64 |
| Hex | 64 | E3 | 70 | 38 | 0 | 33 | B | 7E | 45 | 40 |
| Octal | 144 | 343 | 160 | 70 | 0 | 63 | 13 | 176 | 105 | 100 |
| Binary | 1100100 | 11100011 | 1110000 | 111000 | 0 | 110011 | 1011 | 1111110 | 1000101 | 1000000 |
Color Harmonies of #64E370
Complementary color
Monochromatic Colors of #64E370
Black with #64E370
Text Example
Text Example
White with #64E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E370; }
p { color: rgb(100,227,112); }
H1.HeaderClassName
{
color: #64E370;
}
.AnyTagClassName
{
color: #64E370;
}
</style>
background-color css
<style>
a { background-color: #64E370; }
a { background-color: rgb(100,227,112); }
div.DivClassName
{
background-color: #64E370;
}
.BgClassName
{
background-color: #64E370;
}
</style>
border-color css
<style>
span { border-color: #64E370; }
span { border-color: rgb(100,227,112); }
td.TdClassName
{
border-color: #64E370;
}
.TagClassName
{
border-color: #64E370;
}
</style>