Shades of Pastel Green #8BE372
Tints of Pastel Green #8BE372
RGB
CMYK
RGB Variations
Color information
#8BE372 (or 0x8BE372) is known color: Pastel Green. HEX triplet: 8B, E3 and 72. RGB value is (139,227,114). Sum of RGB (Red+Green+Blue) = 139+227+114=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE372 is #741C8D. Grayscale: #BCBCBC. Windows color (decimal): -7609486 or 7529355. OLE color: 7529355.
HSL color Cylindrical-coordinate representation of color #8BE372: hue angle of 106.73º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BE372 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 227 | 114 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.11 |
| HSL | 106.73º | 0.67% | 0.67% | - |
| HSV(B) | 106.73º | 0.5% | 0.89% | - |
| XYZ | 41.15 | 61.64 | 25.65 | - |
| YUV | 187.81 | 86.35 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 227 | 114 | 0.39 | 0 | 0.50 | 0.11 | 106.73 | 0.67 | 0.67 |
| Hex | 8B | E3 | 72 | 27 | 0 | 32 | B | 6B | 43 | 43 |
| Octal | 213 | 343 | 162 | 47 | 0 | 62 | 13 | 153 | 103 | 103 |
| Binary | 10001011 | 11100011 | 1110010 | 100111 | 0 | 110010 | 1011 | 1101011 | 1000011 | 1000011 |
Color Harmonies of #8BE372
Complementary color
Monochromatic Colors of #8BE372
Black with #8BE372
Text Example
Text Example
White with #8BE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE372; }
p { color: rgb(139,227,114); }
H1.HeaderClassName
{
color: #8BE372;
}
.AnyTagClassName
{
color: #8BE372;
}
</style>
background-color css
<style>
a { background-color: #8BE372; }
a { background-color: rgb(139,227,114); }
div.DivClassName
{
background-color: #8BE372;
}
.BgClassName
{
background-color: #8BE372;
}
</style>
border-color css
<style>
span { border-color: #8BE372; }
span { border-color: rgb(139,227,114); }
td.TdClassName
{
border-color: #8BE372;
}
.TagClassName
{
border-color: #8BE372;
}
</style>