Shades of Light Green #8BDF8F
Tints of Light Green #8BDF8F
RGB
CMYK
RGB Variations
Color information
#8BDF8F (or 0x8BDF8F) is known color: Light Green. HEX triplet: 8B, DF and 8F. RGB value is (139,223,143). Sum of RGB (Red+Green+Blue) = 139+223+143=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDF8F is #742070. Grayscale: #BCBCBC. Windows color (decimal): -7610481 or 9428875. OLE color: 9428875.
HSL color Cylindrical-coordinate representation of color #8BDF8F: hue angle of 122.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDF8F is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 143 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.13 |
| HSL | 122.86º | 0.57% | 0.71% | - |
| HSV(B) | 122.86º | 0.38% | 0.87% | - |
| XYZ | 41.99 | 60.25 | 35.4 | - |
| YUV | 188.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 143 | 0.38 | 0 | 0.36 | 0.13 | 122.86 | 0.57 | 0.71 |
| Hex | 8B | DF | 8F | 26 | 0 | 24 | D | 7B | 39 | 47 |
| Octal | 213 | 337 | 217 | 46 | 0 | 44 | 15 | 173 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10001111 | 100110 | 0 | 100100 | 1101 | 1111011 | 111001 | 1000111 |
Color Harmonies of #8BDF8F
Complementary color
Monochromatic Colors of #8BDF8F
Black with #8BDF8F
Text Example
Text Example
White with #8BDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF8F; }
p { color: rgb(139,223,143); }
H1.HeaderClassName
{
color: #8BDF8F;
}
.AnyTagClassName
{
color: #8BDF8F;
}
</style>
background-color css
<style>
a { background-color: #8BDF8F; }
a { background-color: rgb(139,223,143); }
div.DivClassName
{
background-color: #8BDF8F;
}
.BgClassName
{
background-color: #8BDF8F;
}
</style>
border-color css
<style>
span { border-color: #8BDF8F; }
span { border-color: rgb(139,223,143); }
td.TdClassName
{
border-color: #8BDF8F;
}
.TagClassName
{
border-color: #8BDF8F;
}
</style>