Shades of Pastel Green #64E183
Tints of Pastel Green #64E183
RGB
CMYK
RGB Variations
Color information
#64E183 (or 0x64E183) is known color: Pastel Green. HEX triplet: 64, E1 and 83. RGB value is (100,225,131). Sum of RGB (Red+Green+Blue) = 100+225+131=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #64E183 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E183 is #9B1E7C. Grayscale: #B1B1B1. Windows color (decimal): -10165885 or 8642916. OLE color: 8642916.
HSL color Cylindrical-coordinate representation of color #64E183: hue angle of 134.88º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E183 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 131 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.12 |
| HSL | 134.88º | 0.68% | 0.64% | - |
| HSV(B) | 134.88º | 0.56% | 0.88% | - |
| XYZ | 36.28 | 58.2 | 30.79 | - |
| YUV | 176.91 | 102.09 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 131 | 0.56 | 0 | 0.42 | 0.12 | 134.88 | 0.68 | 0.64 |
| Hex | 64 | E1 | 83 | 38 | 0 | 2A | C | 87 | 44 | 40 |
| Octal | 144 | 341 | 203 | 70 | 0 | 52 | 14 | 207 | 104 | 100 |
| Binary | 1100100 | 11100001 | 10000011 | 111000 | 0 | 101010 | 1100 | 10000111 | 1000100 | 1000000 |
Color Harmonies of #64E183
Complementary color
Monochromatic Colors of #64E183
Black with #64E183
Text Example
Text Example
White with #64E183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E183; }
p { color: rgb(100,225,131); }
H1.HeaderClassName
{
color: #64E183;
}
.AnyTagClassName
{
color: #64E183;
}
</style>
background-color css
<style>
a { background-color: #64E183; }
a { background-color: rgb(100,225,131); }
div.DivClassName
{
background-color: #64E183;
}
.BgClassName
{
background-color: #64E183;
}
</style>
border-color css
<style>
span { border-color: #64E183; }
span { border-color: rgb(100,225,131); }
td.TdClassName
{
border-color: #64E183;
}
.TagClassName
{
border-color: #64E183;
}
</style>