Shades of Citrus #8BD002
Tints of Citrus #8BD002
RGB
CMYK
RGB Variations
Color information
#8BD002 (or 0x8BD002) is known color: Citrus. HEX triplet: 8B, D0 and 02. RGB value is (139,208,2). Sum of RGB (Red+Green+Blue) = 139+208+2=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD002 is #742FFD. Grayscale: #A4A4A4. Windows color (decimal): -7614462 or 184459. OLE color: 184459.
HSL color Cylindrical-coordinate representation of color #8BD002: hue angle of 80.1º degrees, saturation: 0.98, 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 #8BD002 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.18 |
| HSL | 80.1º | 0.98% | 0.41% | - |
| HSV(B) | 80.1º | 0.99% | 0.82% | - |
| XYZ | 33.21 | 50.61 | 8.07 | - |
| YUV | 163.89 | 36.64 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 2 | 0.33 | 0 | 0.99 | 0.18 | 80.1 | 0.98 | 0.41 |
| Hex | 8B | D0 | 2 | 21 | 0 | 63 | 12 | 50 | 62 | 29 |
| Octal | 213 | 320 | 2 | 41 | 0 | 143 | 22 | 120 | 142 | 51 |
| Binary | 10001011 | 11010000 | 10 | 100001 | 0 | 1100011 | 10010 | 1010000 | 1100010 | 101001 |
Color Harmonies of #8BD002
Complementary color
Monochromatic Colors of #8BD002
Black with #8BD002
Text Example
Text Example
White with #8BD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD002; }
p { color: rgb(139,208,2); }
H1.HeaderClassName
{
color: #8BD002;
}
.AnyTagClassName
{
color: #8BD002;
}
</style>
background-color css
<style>
a { background-color: #8BD002; }
a { background-color: rgb(139,208,2); }
div.DivClassName
{
background-color: #8BD002;
}
.BgClassName
{
background-color: #8BD002;
}
</style>
border-color css
<style>
span { border-color: #8BD002; }
span { border-color: rgb(139,208,2); }
td.TdClassName
{
border-color: #8BD002;
}
.TagClassName
{
border-color: #8BD002;
}
</style>