Shades of Pastel Green #8CE372
Tints of Pastel Green #8CE372
RGB
CMYK
RGB Variations
Color information
#8CE372 (or 0x8CE372) is known color: Pastel Green. HEX triplet: 8C, E3 and 72. RGB value is (140,227,114). Sum of RGB (Red+Green+Blue) = 140+227+114=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE372 is #731C8D. Grayscale: #BCBCBC. Windows color (decimal): -7543950 or 7529356. OLE color: 7529356.
HSL color Cylindrical-coordinate representation of color #8CE372: hue angle of 106.19º degrees, saturation: 0.67, 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 #8CE372 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 114 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.11 |
| HSL | 106.19º | 0.67% | 0.67% | - |
| HSV(B) | 106.19º | 0.5% | 0.89% | - |
| XYZ | 41.32 | 61.73 | 25.66 | - |
| YUV | 188.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 114 | 0.38 | 0 | 0.50 | 0.11 | 106.19 | 0.67 | 0.67 |
| Hex | 8C | E3 | 72 | 26 | 0 | 32 | B | 6A | 43 | 43 |
| Octal | 214 | 343 | 162 | 46 | 0 | 62 | 13 | 152 | 103 | 103 |
| Binary | 10001100 | 11100011 | 1110010 | 100110 | 0 | 110010 | 1011 | 1101010 | 1000011 | 1000011 |
Color Harmonies of #8CE372
Complementary color
Monochromatic Colors of #8CE372
Black with #8CE372
Text Example
Text Example
White with #8CE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE372; }
p { color: rgb(140,227,114); }
H1.HeaderClassName
{
color: #8CE372;
}
.AnyTagClassName
{
color: #8CE372;
}
</style>
background-color css
<style>
a { background-color: #8CE372; }
a { background-color: rgb(140,227,114); }
div.DivClassName
{
background-color: #8CE372;
}
.BgClassName
{
background-color: #8CE372;
}
</style>
border-color css
<style>
span { border-color: #8CE372; }
span { border-color: rgb(140,227,114); }
td.TdClassName
{
border-color: #8CE372;
}
.TagClassName
{
border-color: #8CE372;
}
</style>