Shades of Light Green #8BDE8F
Tints of Light Green #8BDE8F
RGB
CMYK
RGB Variations
Color information
#8BDE8F (or 0x8BDE8F) is known color: Light Green. HEX triplet: 8B, DE and 8F. RGB value is (139,222,143). Sum of RGB (Red+Green+Blue) = 139+222+143=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDE8F is #742170. Grayscale: #BCBCBC. Windows color (decimal): -7610737 or 9428619. OLE color: 9428619.
HSL color Cylindrical-coordinate representation of color #8BDE8F: hue angle of 122.89º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDE8F is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 222 | 143 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.13 |
| HSL | 122.89º | 0.56% | 0.71% | - |
| HSV(B) | 122.89º | 0.37% | 0.87% | - |
| XYZ | 41.73 | 59.71 | 35.31 | - |
| YUV | 188.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 143 | 0.37 | 0 | 0.36 | 0.13 | 122.89 | 0.56 | 0.71 |
| Hex | 8B | DE | 8F | 25 | 0 | 24 | D | 7B | 38 | 47 |
| Octal | 213 | 336 | 217 | 45 | 0 | 44 | 15 | 173 | 70 | 107 |
| Binary | 10001011 | 11011110 | 10001111 | 100101 | 0 | 100100 | 1101 | 1111011 | 111000 | 1000111 |
Color Harmonies of #8BDE8F
Complementary color
Monochromatic Colors of #8BDE8F
Black with #8BDE8F
Text Example
Text Example
White with #8BDE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDE8F; }
p { color: rgb(139,222,143); }
H1.HeaderClassName
{
color: #8BDE8F;
}
.AnyTagClassName
{
color: #8BDE8F;
}
</style>
background-color css
<style>
a { background-color: #8BDE8F; }
a { background-color: rgb(139,222,143); }
div.DivClassName
{
background-color: #8BDE8F;
}
.BgClassName
{
background-color: #8BDE8F;
}
</style>
border-color css
<style>
span { border-color: #8BDE8F; }
span { border-color: rgb(139,222,143); }
td.TdClassName
{
border-color: #8BDE8F;
}
.TagClassName
{
border-color: #8BDE8F;
}
</style>