Shades of Pastel Green #8CE875
Tints of Pastel Green #8CE875
RGB
CMYK
RGB Variations
Color information
#8CE875 (or 0x8CE875) is known color: Pastel Green. HEX triplet: 8C, E8 and 75. RGB value is (140,232,117). Sum of RGB (Red+Green+Blue) = 140+232+117=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE875 is #73178A. Grayscale: #BFBFBF. Windows color (decimal): -7542667 or 7727244. OLE color: 7727244.
HSL color Cylindrical-coordinate representation of color #8CE875: hue angle of 108º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CE875 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 117 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.09 |
| HSL | 108º | 0.71% | 0.68% | - |
| HSV(B) | 108º | 0.5% | 0.91% | - |
| XYZ | 42.88 | 64.57 | 27.03 | - |
| YUV | 191.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 117 | 0.40 | 0 | 0.50 | 0.09 | 108 | 0.71 | 0.68 |
| Hex | 8C | E8 | 75 | 28 | 0 | 32 | 9 | 6C | 47 | 44 |
| Octal | 214 | 350 | 165 | 50 | 0 | 62 | 11 | 154 | 107 | 104 |
| Binary | 10001100 | 11101000 | 1110101 | 101000 | 0 | 110010 | 1001 | 1101100 | 1000111 | 1000100 |
Color Harmonies of #8CE875
Complementary color
Monochromatic Colors of #8CE875
Black with #8CE875
Text Example
Text Example
White with #8CE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE875; }
p { color: rgb(140,232,117); }
H1.HeaderClassName
{
color: #8CE875;
}
.AnyTagClassName
{
color: #8CE875;
}
</style>
background-color css
<style>
a { background-color: #8CE875; }
a { background-color: rgb(140,232,117); }
div.DivClassName
{
background-color: #8CE875;
}
.BgClassName
{
background-color: #8CE875;
}
</style>
border-color css
<style>
span { border-color: #8CE875; }
span { border-color: rgb(140,232,117); }
td.TdClassName
{
border-color: #8CE875;
}
.TagClassName
{
border-color: #8CE875;
}
</style>