Shades of Pastel Green #64E383
Tints of Pastel Green #64E383
RGB
CMYK
RGB Variations
Color information
#64E383 (or 0x64E383) is known color: Pastel Green. HEX triplet: 64, E3 and 83. RGB value is (100,227,131). Sum of RGB (Red+Green+Blue) = 100+227+131=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #64E383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E383 is #9B1C7C. Grayscale: #B2B2B2. Windows color (decimal): -10165373 or 8643428. OLE color: 8643428.
HSL color Cylindrical-coordinate representation of color #64E383: hue angle of 134.65º 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 #64E383 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 131 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.11 |
| HSL | 134.65º | 0.69% | 0.64% | - |
| HSV(B) | 134.65º | 0.56% | 0.89% | - |
| XYZ | 36.82 | 59.29 | 30.98 | - |
| YUV | 178.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 131 | 0.56 | 0 | 0.42 | 0.11 | 134.65 | 0.69 | 0.64 |
| Hex | 64 | E3 | 83 | 38 | 0 | 2A | B | 87 | 45 | 40 |
| Octal | 144 | 343 | 203 | 70 | 0 | 52 | 13 | 207 | 105 | 100 |
| Binary | 1100100 | 11100011 | 10000011 | 111000 | 0 | 101010 | 1011 | 10000111 | 1000101 | 1000000 |
Color Harmonies of #64E383
Complementary color
Monochromatic Colors of #64E383
Black with #64E383
Text Example
Text Example
White with #64E383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E383; }
p { color: rgb(100,227,131); }
H1.HeaderClassName
{
color: #64E383;
}
.AnyTagClassName
{
color: #64E383;
}
</style>
background-color css
<style>
a { background-color: #64E383; }
a { background-color: rgb(100,227,131); }
div.DivClassName
{
background-color: #64E383;
}
.BgClassName
{
background-color: #64E383;
}
</style>
border-color css
<style>
span { border-color: #64E383; }
span { border-color: rgb(100,227,131); }
td.TdClassName
{
border-color: #64E383;
}
.TagClassName
{
border-color: #64E383;
}
</style>