Shades of Pastel Green #8CE975
Tints of Pastel Green #8CE975
RGB
CMYK
RGB Variations
Color information
#8CE975 (or 0x8CE975) is known color: Pastel Green. HEX triplet: 8C, E9 and 75. RGB value is (140,233,117). Sum of RGB (Red+Green+Blue) = 140+233+117=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE975 is #73168A. Grayscale: #C0C0C0. Windows color (decimal): -7542411 or 7727500. OLE color: 7727500.
HSL color Cylindrical-coordinate representation of color #8CE975: hue angle of 108.1º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CE975 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 117 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.09 |
| HSL | 108.1º | 0.73% | 0.69% | - |
| HSV(B) | 108.1º | 0.5% | 0.91% | - |
| XYZ | 43.17 | 65.14 | 27.13 | - |
| YUV | 191.97 | 85.69 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 117 | 0.40 | 0 | 0.50 | 0.09 | 108.1 | 0.73 | 0.69 |
| Hex | 8C | E9 | 75 | 28 | 0 | 32 | 9 | 6C | 48 | 45 |
| Octal | 214 | 351 | 165 | 50 | 0 | 62 | 11 | 154 | 110 | 105 |
| Binary | 10001100 | 11101001 | 1110101 | 101000 | 0 | 110010 | 1001 | 1101100 | 1001000 | 1000101 |
Color Harmonies of #8CE975
Complementary color
Monochromatic Colors of #8CE975
Black with #8CE975
Text Example
Text Example
White with #8CE975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE975; }
p { color: rgb(140,233,117); }
H1.HeaderClassName
{
color: #8CE975;
}
.AnyTagClassName
{
color: #8CE975;
}
</style>
background-color css
<style>
a { background-color: #8CE975; }
a { background-color: rgb(140,233,117); }
div.DivClassName
{
background-color: #8CE975;
}
.BgClassName
{
background-color: #8CE975;
}
</style>
border-color css
<style>
span { border-color: #8CE975; }
span { border-color: rgb(140,233,117); }
td.TdClassName
{
border-color: #8CE975;
}
.TagClassName
{
border-color: #8CE975;
}
</style>