Shades of Light Green #8BDF8B
Tints of Light Green #8BDF8B
RGB
CMYK
RGB Variations
Color information
#8BDF8B (or 0x8BDF8B) is known color: Light Green. HEX triplet: 8B, DF and 8B. RGB value is (139,223,139). Sum of RGB (Red+Green+Blue) = 139+223+139=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDF8B is #742074. Grayscale: #BCBCBC. Windows color (decimal): -7610485 or 9166731. OLE color: 9166731.
HSL color Cylindrical-coordinate representation of color #8BDF8B: hue angle of 120º 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 #8BDF8B is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 139 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.13 |
| HSL | 120º | 0.57% | 0.71% | - |
| HSV(B) | 120º | 0.38% | 0.87% | - |
| XYZ | 41.7 | 60.13 | 33.83 | - |
| YUV | 188.31 | 100.17 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 139 | 0.38 | 0 | 0.38 | 0.13 | 120 | 0.57 | 0.71 |
| Hex | 8B | DF | 8B | 26 | 0 | 26 | D | 78 | 39 | 47 |
| Octal | 213 | 337 | 213 | 46 | 0 | 46 | 15 | 170 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10001011 | 100110 | 0 | 100110 | 1101 | 1111000 | 111001 | 1000111 |
Color Harmonies of #8BDF8B
Complementary color
Monochromatic Colors of #8BDF8B
Black with #8BDF8B
Text Example
Text Example
White with #8BDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF8B; }
p { color: rgb(139,223,139); }
H1.HeaderClassName
{
color: #8BDF8B;
}
.AnyTagClassName
{
color: #8BDF8B;
}
</style>
background-color css
<style>
a { background-color: #8BDF8B; }
a { background-color: rgb(139,223,139); }
div.DivClassName
{
background-color: #8BDF8B;
}
.BgClassName
{
background-color: #8BDF8B;
}
</style>
border-color css
<style>
span { border-color: #8BDF8B; }
span { border-color: rgb(139,223,139); }
td.TdClassName
{
border-color: #8BDF8B;
}
.TagClassName
{
border-color: #8BDF8B;
}
</style>