Shades of Pastel Green #64E073
Tints of Pastel Green #64E073
RGB
CMYK
RGB Variations
Color information
#64E073 (or 0x64E073) is known color: Pastel Green. HEX triplet: 64, E0 and 73. RGB value is (100,224,115). Sum of RGB (Red+Green+Blue) = 100+224+115=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #64E073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E073 is #9B1F8C. Grayscale: #AEAEAE. Windows color (decimal): -10166157 or 7594084. OLE color: 7594084.
HSL color Cylindrical-coordinate representation of color #64E073: hue angle of 127.26º 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 #64E073 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 115 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.12 |
| HSL | 127.26º | 0.67% | 0.64% | - |
| HSV(B) | 127.26º | 0.55% | 0.88% | - |
| XYZ | 35.01 | 57.26 | 25.43 | - |
| YUV | 174.5 | 94.42 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 115 | 0.55 | 0 | 0.49 | 0.12 | 127.26 | 0.67 | 0.64 |
| Hex | 64 | E0 | 73 | 37 | 0 | 31 | C | 7F | 43 | 40 |
| Octal | 144 | 340 | 163 | 67 | 0 | 61 | 14 | 177 | 103 | 100 |
| Binary | 1100100 | 11100000 | 1110011 | 110111 | 0 | 110001 | 1100 | 1111111 | 1000011 | 1000000 |
Color Harmonies of #64E073
Complementary color
Monochromatic Colors of #64E073
Black with #64E073
Text Example
Text Example
White with #64E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E073; }
p { color: rgb(100,224,115); }
H1.HeaderClassName
{
color: #64E073;
}
.AnyTagClassName
{
color: #64E073;
}
</style>
background-color css
<style>
a { background-color: #64E073; }
a { background-color: rgb(100,224,115); }
div.DivClassName
{
background-color: #64E073;
}
.BgClassName
{
background-color: #64E073;
}
</style>
border-color css
<style>
span { border-color: #64E073; }
span { border-color: rgb(100,224,115); }
td.TdClassName
{
border-color: #64E073;
}
.TagClassName
{
border-color: #64E073;
}
</style>