Shades of Pastel Green #8CE96F
Tints of Pastel Green #8CE96F
RGB
CMYK
RGB Variations
Color information
#8CE96F (or 0x8CE96F) is known color: Pastel Green. HEX triplet: 8C, E9 and 6F. RGB value is (140,233,111). Sum of RGB (Red+Green+Blue) = 140+233+111=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE96F is #731690. Grayscale: #BFBFBF. Windows color (decimal): -7542417 or 7334284. OLE color: 7334284.
HSL color Cylindrical-coordinate representation of color #8CE96F: hue angle of 105.74º degrees, saturation: 0.73, 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 #8CE96F is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 111 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.09 |
| HSL | 105.74º | 0.73% | 0.67% | - |
| HSV(B) | 105.74º | 0.52% | 0.91% | - |
| XYZ | 42.82 | 65 | 25.33 | - |
| YUV | 191.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 111 | 0.40 | 0 | 0.52 | 0.09 | 105.74 | 0.73 | 0.67 |
| Hex | 8C | E9 | 6F | 28 | 0 | 34 | 9 | 6A | 49 | 43 |
| Octal | 214 | 351 | 157 | 50 | 0 | 64 | 11 | 152 | 111 | 103 |
| Binary | 10001100 | 11101001 | 1101111 | 101000 | 0 | 110100 | 1001 | 1101010 | 1001001 | 1000011 |
Color Harmonies of #8CE96F
Complementary color
Monochromatic Colors of #8CE96F
Black with #8CE96F
Text Example
Text Example
White with #8CE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE96F; }
p { color: rgb(140,233,111); }
H1.HeaderClassName
{
color: #8CE96F;
}
.AnyTagClassName
{
color: #8CE96F;
}
</style>
background-color css
<style>
a { background-color: #8CE96F; }
a { background-color: rgb(140,233,111); }
div.DivClassName
{
background-color: #8CE96F;
}
.BgClassName
{
background-color: #8CE96F;
}
</style>
border-color css
<style>
span { border-color: #8CE96F; }
span { border-color: rgb(140,233,111); }
td.TdClassName
{
border-color: #8CE96F;
}
.TagClassName
{
border-color: #8CE96F;
}
</style>