Shades of Pastel Green #64E07A
Tints of Pastel Green #64E07A
RGB
CMYK
RGB Variations
Color information
#64E07A (or 0x64E07A) is known color: Pastel Green. HEX triplet: 64, E0 and 7A. RGB value is (100,224,122). Sum of RGB (Red+Green+Blue) = 100+224+122=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #64E07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E07A is #9B1F85. Grayscale: #AFAFAF. Windows color (decimal): -10166150 or 8052836. OLE color: 8052836.
HSL color Cylindrical-coordinate representation of color #64E07A: hue angle of 130.65º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E07A is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 122 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.12 |
| HSL | 130.65º | 0.67% | 0.64% | - |
| HSV(B) | 130.65º | 0.55% | 0.88% | - |
| XYZ | 35.42 | 57.43 | 27.63 | - |
| YUV | 175.3 | 97.92 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 122 | 0.55 | 0 | 0.46 | 0.12 | 130.65 | 0.67 | 0.64 |
| Hex | 64 | E0 | 7A | 37 | 0 | 2E | C | 83 | 43 | 40 |
| Octal | 144 | 340 | 172 | 67 | 0 | 56 | 14 | 203 | 103 | 100 |
| Binary | 1100100 | 11100000 | 1111010 | 110111 | 0 | 101110 | 1100 | 10000011 | 1000011 | 1000000 |
Color Harmonies of #64E07A
Complementary color
Monochromatic Colors of #64E07A
Black with #64E07A
Text Example
Text Example
White with #64E07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E07A; }
p { color: rgb(100,224,122); }
H1.HeaderClassName
{
color: #64E07A;
}
.AnyTagClassName
{
color: #64E07A;
}
</style>
background-color css
<style>
a { background-color: #64E07A; }
a { background-color: rgb(100,224,122); }
div.DivClassName
{
background-color: #64E07A;
}
.BgClassName
{
background-color: #64E07A;
}
</style>
border-color css
<style>
span { border-color: #64E07A; }
span { border-color: rgb(100,224,122); }
td.TdClassName
{
border-color: #64E07A;
}
.TagClassName
{
border-color: #64E07A;
}
</style>