Shades of Citrus #8BD506
Tints of Citrus #8BD506
RGB
CMYK
RGB Variations
Color information
#8BD506 (or 0x8BD506) is known color: Citrus. HEX triplet: 8B, D5 and 06. RGB value is (139,213,6). Sum of RGB (Red+Green+Blue) = 139+213+6=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD506 is #742AF9. Grayscale: #A8A8A8. Windows color (decimal): -7613178 or 447883. OLE color: 447883.
HSL color Cylindrical-coordinate representation of color #8BD506: hue angle of 81.45º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BD506 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 6 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.16 |
| HSL | 81.45º | 0.95% | 0.43% | - |
| HSV(B) | 81.45º | 0.97% | 0.84% | - |
| XYZ | 34.47 | 53.09 | 8.6 | - |
| YUV | 167.28 | 36.98 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 6 | 0.35 | 0 | 0.97 | 0.16 | 81.45 | 0.95 | 0.43 |
| Hex | 8B | D5 | 6 | 23 | 0 | 61 | 10 | 51 | 5F | 2B |
| Octal | 213 | 325 | 6 | 43 | 0 | 141 | 20 | 121 | 137 | 53 |
| Binary | 10001011 | 11010101 | 110 | 100011 | 0 | 1100001 | 10000 | 1010001 | 1011111 | 101011 |
Color Harmonies of #8BD506
Complementary color
Monochromatic Colors of #8BD506
Black with #8BD506
Text Example
Text Example
White with #8BD506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD506; }
p { color: rgb(139,213,6); }
H1.HeaderClassName
{
color: #8BD506;
}
.AnyTagClassName
{
color: #8BD506;
}
</style>
background-color css
<style>
a { background-color: #8BD506; }
a { background-color: rgb(139,213,6); }
div.DivClassName
{
background-color: #8BD506;
}
.BgClassName
{
background-color: #8BD506;
}
</style>
border-color css
<style>
span { border-color: #8BD506; }
span { border-color: rgb(139,213,6); }
td.TdClassName
{
border-color: #8BD506;
}
.TagClassName
{
border-color: #8BD506;
}
</style>