Shades of Citrus #8BD000
Tints of Citrus #8BD000
RGB
CMYK
RGB Variations
Color information
#8BD000 (or 0x8BD000) is known color: Citrus. HEX triplet: 8B, D0 and 00. RGB value is (139,208,0). Sum of RGB (Red+Green+Blue) = 139+208+0=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD000 is #742FFF. Grayscale: #A4A4A4. Windows color (decimal): -7614464 or 53387. OLE color: 53387.
HSL color Cylindrical-coordinate representation of color #8BD000: hue angle of 79.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BD000 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.18 |
| HSL | 79.9º | 1% | 0.41% | - |
| HSV(B) | 79.9º | 1% | 0.82% | - |
| XYZ | 33.2 | 50.6 | 8.02 | - |
| YUV | 163.66 | 35.64 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 0 | 0.33 | 0 | 1 | 0.18 | 79.9 | 1 | 0.41 |
| Hex | 8B | D0 | 0 | 21 | 0 | 64 | 12 | 50 | 64 | 29 |
| Octal | 213 | 320 | 0 | 41 | 0 | 144 | 22 | 120 | 144 | 51 |
| Binary | 10001011 | 11010000 | 0 | 100001 | 0 | 1100100 | 10010 | 1010000 | 1100100 | 101001 |
Color Harmonies of #8BD000
Complementary color
Monochromatic Colors of #8BD000
Black with #8BD000
Text Example
Text Example
White with #8BD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD000; }
p { color: rgb(139,208,0); }
H1.HeaderClassName
{
color: #8BD000;
}
.AnyTagClassName
{
color: #8BD000;
}
</style>
background-color css
<style>
a { background-color: #8BD000; }
a { background-color: rgb(139,208,0); }
div.DivClassName
{
background-color: #8BD000;
}
.BgClassName
{
background-color: #8BD000;
}
</style>
border-color css
<style>
span { border-color: #8BD000; }
span { border-color: rgb(139,208,0); }
td.TdClassName
{
border-color: #8BD000;
}
.TagClassName
{
border-color: #8BD000;
}
</style>