Shades of Citrus #8BD205
Tints of Citrus #8BD205
RGB
CMYK
RGB Variations
Color information
#8BD205 (or 0x8BD205) is known color: Citrus. HEX triplet: 8B, D2 and 05. RGB value is (139,210,5). Sum of RGB (Red+Green+Blue) = 139+210+5=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 210 (82.42% from 255 or 59.32% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD205 is #742DFA. Grayscale: #A6A6A6. Windows color (decimal): -7613947 or 381579. OLE color: 381579.
HSL color Cylindrical-coordinate representation of color #8BD205: hue angle of 80.78º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BD205 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.18 |
| HSL | 80.78º | 0.95% | 0.42% | - |
| HSV(B) | 80.78º | 0.98% | 0.82% | - |
| XYZ | 33.72 | 51.59 | 8.32 | - |
| YUV | 165.4 | 37.48 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 5 | 0.34 | 0 | 0.98 | 0.18 | 80.78 | 0.95 | 0.42 |
| Hex | 8B | D2 | 5 | 22 | 0 | 62 | 12 | 51 | 5F | 2A |
| Octal | 213 | 322 | 5 | 42 | 0 | 142 | 22 | 121 | 137 | 52 |
| Binary | 10001011 | 11010010 | 101 | 100010 | 0 | 1100010 | 10010 | 1010001 | 1011111 | 101010 |
Color Harmonies of #8BD205
Complementary color
Monochromatic Colors of #8BD205
Black with #8BD205
Text Example
Text Example
White with #8BD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD205; }
p { color: rgb(139,210,5); }
H1.HeaderClassName
{
color: #8BD205;
}
.AnyTagClassName
{
color: #8BD205;
}
</style>
background-color css
<style>
a { background-color: #8BD205; }
a { background-color: rgb(139,210,5); }
div.DivClassName
{
background-color: #8BD205;
}
.BgClassName
{
background-color: #8BD205;
}
</style>
border-color css
<style>
span { border-color: #8BD205; }
span { border-color: rgb(139,210,5); }
td.TdClassName
{
border-color: #8BD205;
}
.TagClassName
{
border-color: #8BD205;
}
</style>