Shades of Pastel Green #8CE472
Tints of Pastel Green #8CE472
RGB
CMYK
RGB Variations
Color information
#8CE472 (or 0x8CE472) is known color: Pastel Green. HEX triplet: 8C, E4 and 72. RGB value is (140,228,114). Sum of RGB (Red+Green+Blue) = 140+228+114=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE472 is #731B8D. Grayscale: #BDBDBD. Windows color (decimal): -7543694 or 7529612. OLE color: 7529612.
HSL color Cylindrical-coordinate representation of color #8CE472: hue angle of 106.32º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CE472 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 114 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.11 |
| HSL | 106.32º | 0.68% | 0.67% | - |
| HSV(B) | 106.32º | 0.5% | 0.89% | - |
| XYZ | 41.6 | 62.28 | 25.75 | - |
| YUV | 188.69 | 85.85 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 114 | 0.39 | 0 | 0.50 | 0.11 | 106.32 | 0.68 | 0.67 |
| Hex | 8C | E4 | 72 | 27 | 0 | 32 | B | 6A | 44 | 43 |
| Octal | 214 | 344 | 162 | 47 | 0 | 62 | 13 | 152 | 104 | 103 |
| Binary | 10001100 | 11100100 | 1110010 | 100111 | 0 | 110010 | 1011 | 1101010 | 1000100 | 1000011 |
Color Harmonies of #8CE472
Complementary color
Monochromatic Colors of #8CE472
Black with #8CE472
Text Example
Text Example
White with #8CE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE472; }
p { color: rgb(140,228,114); }
H1.HeaderClassName
{
color: #8CE472;
}
.AnyTagClassName
{
color: #8CE472;
}
</style>
background-color css
<style>
a { background-color: #8CE472; }
a { background-color: rgb(140,228,114); }
div.DivClassName
{
background-color: #8CE472;
}
.BgClassName
{
background-color: #8CE472;
}
</style>
border-color css
<style>
span { border-color: #8CE472; }
span { border-color: rgb(140,228,114); }
td.TdClassName
{
border-color: #8CE472;
}
.TagClassName
{
border-color: #8CE472;
}
</style>