Shades of Pastel Green #64E16C
Tints of Pastel Green #64E16C
RGB
CMYK
RGB Variations
Color information
#64E16C (or 0x64E16C) is known color: Pastel Green. HEX triplet: 64, E1 and 6C. RGB value is (100,225,108). Sum of RGB (Red+Green+Blue) = 100+225+108=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #64E16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E16C is #9B1E93. Grayscale: #AEAEAE. Windows color (decimal): -10165908 or 7135588. OLE color: 7135588.
HSL color Cylindrical-coordinate representation of color #64E16C: hue angle of 123.84º 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 #64E16C is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 108 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.12 |
| HSL | 123.84º | 0.68% | 0.64% | - |
| HSV(B) | 123.84º | 0.56% | 0.88% | - |
| XYZ | 34.89 | 57.64 | 23.47 | - |
| YUV | 174.29 | 90.59 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 108 | 0.56 | 0 | 0.52 | 0.12 | 123.84 | 0.68 | 0.64 |
| Hex | 64 | E1 | 6C | 38 | 0 | 34 | C | 7C | 44 | 40 |
| Octal | 144 | 341 | 154 | 70 | 0 | 64 | 14 | 174 | 104 | 100 |
| Binary | 1100100 | 11100001 | 1101100 | 111000 | 0 | 110100 | 1100 | 1111100 | 1000100 | 1000000 |
Color Harmonies of #64E16C
Complementary color
Monochromatic Colors of #64E16C
Black with #64E16C
Text Example
Text Example
White with #64E16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E16C; }
p { color: rgb(100,225,108); }
H1.HeaderClassName
{
color: #64E16C;
}
.AnyTagClassName
{
color: #64E16C;
}
</style>
background-color css
<style>
a { background-color: #64E16C; }
a { background-color: rgb(100,225,108); }
div.DivClassName
{
background-color: #64E16C;
}
.BgClassName
{
background-color: #64E16C;
}
</style>
border-color css
<style>
span { border-color: #64E16C; }
span { border-color: rgb(100,225,108); }
td.TdClassName
{
border-color: #64E16C;
}
.TagClassName
{
border-color: #64E16C;
}
</style>