Shades of Citrus #8BD306
Tints of Citrus #8BD306
RGB
CMYK
RGB Variations
Color information
#8BD306 (or 0x8BD306) is known color: Citrus. HEX triplet: 8B, D3 and 06. RGB value is (139,211,6). Sum of RGB (Red+Green+Blue) = 139+211+6=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD306 is #742CF9. Grayscale: #A6A6A6. Windows color (decimal): -7613690 or 447371. OLE color: 447371.
HSL color Cylindrical-coordinate representation of color #8BD306: hue angle of 81.07º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BD306 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 6 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.17 |
| HSL | 81.07º | 0.94% | 0.43% | - |
| HSV(B) | 81.07º | 0.97% | 0.83% | - |
| XYZ | 33.97 | 52.09 | 8.44 | - |
| YUV | 166.1 | 37.65 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 6 | 0.34 | 0 | 0.97 | 0.17 | 81.07 | 0.94 | 0.43 |
| Hex | 8B | D3 | 6 | 22 | 0 | 61 | 11 | 51 | 5E | 2B |
| Octal | 213 | 323 | 6 | 42 | 0 | 141 | 21 | 121 | 136 | 53 |
| Binary | 10001011 | 11010011 | 110 | 100010 | 0 | 1100001 | 10001 | 1010001 | 1011110 | 101011 |
Color Harmonies of #8BD306
Complementary color
Monochromatic Colors of #8BD306
Black with #8BD306
Text Example
Text Example
White with #8BD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD306; }
p { color: rgb(139,211,6); }
H1.HeaderClassName
{
color: #8BD306;
}
.AnyTagClassName
{
color: #8BD306;
}
</style>
background-color css
<style>
a { background-color: #8BD306; }
a { background-color: rgb(139,211,6); }
div.DivClassName
{
background-color: #8BD306;
}
.BgClassName
{
background-color: #8BD306;
}
</style>
border-color css
<style>
span { border-color: #8BD306; }
span { border-color: rgb(139,211,6); }
td.TdClassName
{
border-color: #8BD306;
}
.TagClassName
{
border-color: #8BD306;
}
</style>