Shades of Citrus #8BD004
Tints of Citrus #8BD004
RGB
CMYK
RGB Variations
Color information
#8BD004 (or 0x8BD004) is known color: Citrus. HEX triplet: 8B, D0 and 04. RGB value is (139,208,4). Sum of RGB (Red+Green+Blue) = 139+208+4=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD004 is #742FFB. Grayscale: #A4A4A4. Windows color (decimal): -7614460 or 315531. OLE color: 315531.
HSL color Cylindrical-coordinate representation of color #8BD004: hue angle of 80.29º degrees, saturation: 0.96, 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 #8BD004 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 4 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.18 |
| HSL | 80.29º | 0.96% | 0.42% | - |
| HSV(B) | 80.29º | 0.98% | 0.82% | - |
| XYZ | 33.23 | 50.61 | 8.13 | - |
| YUV | 164.11 | 37.64 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 4 | 0.33 | 0 | 0.98 | 0.18 | 80.29 | 0.96 | 0.42 |
| Hex | 8B | D0 | 4 | 21 | 0 | 62 | 12 | 50 | 60 | 2A |
| Octal | 213 | 320 | 4 | 41 | 0 | 142 | 22 | 120 | 140 | 52 |
| Binary | 10001011 | 11010000 | 100 | 100001 | 0 | 1100010 | 10010 | 1010000 | 1100000 | 101010 |
Color Harmonies of #8BD004
Complementary color
Monochromatic Colors of #8BD004
Black with #8BD004
Text Example
Text Example
White with #8BD004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD004; }
p { color: rgb(139,208,4); }
H1.HeaderClassName
{
color: #8BD004;
}
.AnyTagClassName
{
color: #8BD004;
}
</style>
background-color css
<style>
a { background-color: #8BD004; }
a { background-color: rgb(139,208,4); }
div.DivClassName
{
background-color: #8BD004;
}
.BgClassName
{
background-color: #8BD004;
}
</style>
border-color css
<style>
span { border-color: #8BD004; }
span { border-color: rgb(139,208,4); }
td.TdClassName
{
border-color: #8BD004;
}
.TagClassName
{
border-color: #8BD004;
}
</style>