Shades of Pastel Green #64E363
Tints of Pastel Green #64E363
RGB
CMYK
RGB Variations
Color information
#64E363 (or 0x64E363) is known color: Pastel Green. HEX triplet: 64, E3 and 63. RGB value is (100,227,99). Sum of RGB (Red+Green+Blue) = 100+227+99=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #64E363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E363 is #9B1C9C. Grayscale: #AEAEAE. Windows color (decimal): -10165405 or 6546276. OLE color: 6546276.
HSL color Cylindrical-coordinate representation of color #64E363: hue angle of 119.53º 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 #64E363 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 99 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.11 |
| HSL | 119.53º | 0.7% | 0.64% | - |
| HSV(B) | 119.53º | 0.56% | 0.89% | - |
| XYZ | 34.98 | 58.55 | 21.26 | - |
| YUV | 174.44 | 85.42 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 99 | 0.56 | 0 | 0.56 | 0.11 | 119.53 | 0.7 | 0.64 |
| Hex | 64 | E3 | 63 | 38 | 0 | 38 | B | 78 | 46 | 40 |
| Octal | 144 | 343 | 143 | 70 | 0 | 70 | 13 | 170 | 106 | 100 |
| Binary | 1100100 | 11100011 | 1100011 | 111000 | 0 | 111000 | 1011 | 1111000 | 1000110 | 1000000 |
Color Harmonies of #64E363
Complementary color
Monochromatic Colors of #64E363
Black with #64E363
Text Example
Text Example
White with #64E363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E363; }
p { color: rgb(100,227,99); }
H1.HeaderClassName
{
color: #64E363;
}
.AnyTagClassName
{
color: #64E363;
}
</style>
background-color css
<style>
a { background-color: #64E363; }
a { background-color: rgb(100,227,99); }
div.DivClassName
{
background-color: #64E363;
}
.BgClassName
{
background-color: #64E363;
}
</style>
border-color css
<style>
span { border-color: #64E363; }
span { border-color: rgb(100,227,99); }
td.TdClassName
{
border-color: #64E363;
}
.TagClassName
{
border-color: #64E363;
}
</style>