Shades of Pastel Green #8CEA71
Tints of Pastel Green #8CEA71
RGB
CMYK
RGB Variations
Color information
#8CEA71 (or 0x8CEA71) is known color: Pastel Green. HEX triplet: 8C, EA and 71. RGB value is (140,234,113). Sum of RGB (Red+Green+Blue) = 140+234+113=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEA71 is #73158E. Grayscale: #C0C0C0. Windows color (decimal): -7542159 or 7465612. OLE color: 7465612.
HSL color Cylindrical-coordinate representation of color #8CEA71: hue angle of 106.61º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CEA71 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 113 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.08 |
| HSL | 106.61º | 0.74% | 0.68% | - |
| HSV(B) | 106.61º | 0.52% | 0.92% | - |
| XYZ | 43.22 | 65.61 | 26.01 | - |
| YUV | 192.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 113 | 0.40 | 0 | 0.52 | 0.08 | 106.61 | 0.74 | 0.68 |
| Hex | 8C | EA | 71 | 28 | 0 | 34 | 8 | 6B | 4A | 44 |
| Octal | 214 | 352 | 161 | 50 | 0 | 64 | 10 | 153 | 112 | 104 |
| Binary | 10001100 | 11101010 | 1110001 | 101000 | 0 | 110100 | 1000 | 1101011 | 1001010 | 1000100 |
Color Harmonies of #8CEA71
Complementary color
Monochromatic Colors of #8CEA71
Black with #8CEA71
Text Example
Text Example
White with #8CEA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA71; }
p { color: rgb(140,234,113); }
H1.HeaderClassName
{
color: #8CEA71;
}
.AnyTagClassName
{
color: #8CEA71;
}
</style>
background-color css
<style>
a { background-color: #8CEA71; }
a { background-color: rgb(140,234,113); }
div.DivClassName
{
background-color: #8CEA71;
}
.BgClassName
{
background-color: #8CEA71;
}
</style>
border-color css
<style>
span { border-color: #8CEA71; }
span { border-color: rgb(140,234,113); }
td.TdClassName
{
border-color: #8CEA71;
}
.TagClassName
{
border-color: #8CEA71;
}
</style>