Shades of Light Green #8BDC92
Tints of Light Green #8BDC92
RGB
CMYK
RGB Variations
Color information
#8BDC92 (or 0x8BDC92) is known color: Light Green. HEX triplet: 8B, DC and 92. RGB value is (139,220,146). Sum of RGB (Red+Green+Blue) = 139+220+146=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDC92 is #74236D. Grayscale: #BBBBBB. Windows color (decimal): -7611246 or 9624715. OLE color: 9624715.
HSL color Cylindrical-coordinate representation of color #8BDC92: hue angle of 125.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDC92 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 146 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.14 |
| HSL | 125.19º | 0.54% | 0.7% | - |
| HSV(B) | 125.19º | 0.37% | 0.86% | - |
| XYZ | 41.43 | 58.75 | 36.35 | - |
| YUV | 187.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 146 | 0.37 | 0 | 0.34 | 0.14 | 125.19 | 0.54 | 0.7 |
| Hex | 8B | DC | 92 | 25 | 0 | 22 | E | 7D | 36 | 46 |
| Octal | 213 | 334 | 222 | 45 | 0 | 42 | 16 | 175 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10010010 | 100101 | 0 | 100010 | 1110 | 1111101 | 110110 | 1000110 |
Color Harmonies of #8BDC92
Complementary color
Monochromatic Colors of #8BDC92
Black with #8BDC92
Text Example
Text Example
White with #8BDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC92; }
p { color: rgb(139,220,146); }
H1.HeaderClassName
{
color: #8BDC92;
}
.AnyTagClassName
{
color: #8BDC92;
}
</style>
background-color css
<style>
a { background-color: #8BDC92; }
a { background-color: rgb(139,220,146); }
div.DivClassName
{
background-color: #8BDC92;
}
.BgClassName
{
background-color: #8BDC92;
}
</style>
border-color css
<style>
span { border-color: #8BDC92; }
span { border-color: rgb(139,220,146); }
td.TdClassName
{
border-color: #8BDC92;
}
.TagClassName
{
border-color: #8BDC92;
}
</style>