Shades of Citrus #8BD003
Tints of Citrus #8BD003
RGB
CMYK
RGB Variations
Color information
#8BD003 (or 0x8BD003) is known color: Citrus. HEX triplet: 8B, D0 and 03. RGB value is (139,208,3). Sum of RGB (Red+Green+Blue) = 139+208+3=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD003 is #742FFC. Grayscale: #A4A4A4. Windows color (decimal): -7614461 or 249995. OLE color: 249995.
HSL color Cylindrical-coordinate representation of color #8BD003: hue angle of 80.2º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BD003 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.18 |
| HSL | 80.2º | 0.97% | 0.41% | - |
| HSV(B) | 80.2º | 0.99% | 0.82% | - |
| XYZ | 33.22 | 50.61 | 8.1 | - |
| YUV | 164 | 37.14 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 3 | 0.33 | 0 | 0.99 | 0.18 | 80.2 | 0.97 | 0.41 |
| Hex | 8B | D0 | 3 | 21 | 0 | 63 | 12 | 50 | 61 | 29 |
| Octal | 213 | 320 | 3 | 41 | 0 | 143 | 22 | 120 | 141 | 51 |
| Binary | 10001011 | 11010000 | 11 | 100001 | 0 | 1100011 | 10010 | 1010000 | 1100001 | 101001 |
Color Harmonies of #8BD003
Complementary color
Monochromatic Colors of #8BD003
Black with #8BD003
Text Example
Text Example
White with #8BD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD003; }
p { color: rgb(139,208,3); }
H1.HeaderClassName
{
color: #8BD003;
}
.AnyTagClassName
{
color: #8BD003;
}
</style>
background-color css
<style>
a { background-color: #8BD003; }
a { background-color: rgb(139,208,3); }
div.DivClassName
{
background-color: #8BD003;
}
.BgClassName
{
background-color: #8BD003;
}
</style>
border-color css
<style>
span { border-color: #8BD003; }
span { border-color: rgb(139,208,3); }
td.TdClassName
{
border-color: #8BD003;
}
.TagClassName
{
border-color: #8BD003;
}
</style>