Shades of Citrus #8BD008
Tints of Citrus #8BD008
RGB
CMYK
RGB Variations
Color information
#8BD008 (or 0x8BD008) is known color: Citrus. HEX triplet: 8B, D0 and 08. RGB value is (139,208,8). Sum of RGB (Red+Green+Blue) = 139+208+8=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD008 is #742FF7. Grayscale: #A5A5A5. Windows color (decimal): -7614456 or 577675. OLE color: 577675.
HSL color Cylindrical-coordinate representation of color #8BD008: hue angle of 80.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BD008 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 8 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.18 |
| HSL | 80.7º | 0.93% | 0.42% | - |
| HSV(B) | 80.7º | 0.96% | 0.82% | - |
| XYZ | 33.25 | 50.62 | 8.25 | - |
| YUV | 164.57 | 39.64 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 8 | 0.33 | 0 | 0.96 | 0.18 | 80.7 | 0.93 | 0.42 |
| Hex | 8B | D0 | 8 | 21 | 0 | 60 | 12 | 51 | 5D | 2A |
| Octal | 213 | 320 | 10 | 41 | 0 | 140 | 22 | 121 | 135 | 52 |
| Binary | 10001011 | 11010000 | 1000 | 100001 | 0 | 1100000 | 10010 | 1010001 | 1011101 | 101010 |
Color Harmonies of #8BD008
Complementary color
Monochromatic Colors of #8BD008
Black with #8BD008
Text Example
Text Example
White with #8BD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD008; }
p { color: rgb(139,208,8); }
H1.HeaderClassName
{
color: #8BD008;
}
.AnyTagClassName
{
color: #8BD008;
}
</style>
background-color css
<style>
a { background-color: #8BD008; }
a { background-color: rgb(139,208,8); }
div.DivClassName
{
background-color: #8BD008;
}
.BgClassName
{
background-color: #8BD008;
}
</style>
border-color css
<style>
span { border-color: #8BD008; }
span { border-color: rgb(139,208,8); }
td.TdClassName
{
border-color: #8BD008;
}
.TagClassName
{
border-color: #8BD008;
}
</style>