Shades of Pastel Green #8CE86F
Tints of Pastel Green #8CE86F
RGB
CMYK
RGB Variations
Color information
#8CE86F (or 0x8CE86F) is known color: Pastel Green. HEX triplet: 8C, E8 and 6F. RGB value is (140,232,111). Sum of RGB (Red+Green+Blue) = 140+232+111=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE86F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE86F is #731790. Grayscale: #BFBFBF. Windows color (decimal): -7542673 or 7334028. OLE color: 7334028.
HSL color Cylindrical-coordinate representation of color #8CE86F: hue angle of 105.62º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CE86F is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 111 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.09 |
| HSL | 105.62º | 0.72% | 0.67% | - |
| HSV(B) | 105.62º | 0.52% | 0.91% | - |
| XYZ | 42.54 | 64.44 | 25.23 | - |
| YUV | 190.7 | 83.02 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 111 | 0.40 | 0 | 0.52 | 0.09 | 105.62 | 0.72 | 0.67 |
| Hex | 8C | E8 | 6F | 28 | 0 | 34 | 9 | 6A | 48 | 43 |
| Octal | 214 | 350 | 157 | 50 | 0 | 64 | 11 | 152 | 110 | 103 |
| Binary | 10001100 | 11101000 | 1101111 | 101000 | 0 | 110100 | 1001 | 1101010 | 1001000 | 1000011 |
Color Harmonies of #8CE86F
Complementary color
Monochromatic Colors of #8CE86F
Black with #8CE86F
Text Example
Text Example
White with #8CE86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE86F; }
p { color: rgb(140,232,111); }
H1.HeaderClassName
{
color: #8CE86F;
}
.AnyTagClassName
{
color: #8CE86F;
}
</style>
background-color css
<style>
a { background-color: #8CE86F; }
a { background-color: rgb(140,232,111); }
div.DivClassName
{
background-color: #8CE86F;
}
.BgClassName
{
background-color: #8CE86F;
}
</style>
border-color css
<style>
span { border-color: #8CE86F; }
span { border-color: rgb(140,232,111); }
td.TdClassName
{
border-color: #8CE86F;
}
.TagClassName
{
border-color: #8CE86F;
}
</style>