Shades of Citrus #8DB002
Tints of Citrus #8DB002
RGB
CMYK
RGB Variations
Color information
#8DB002 (or 0x8DB002) is known color: Citrus. HEX triplet: 8D, B0 and 02. RGB value is (141,176,2). Sum of RGB (Red+Green+Blue) = 141+176+2=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB002 is #724FFD. Grayscale: #929292. Windows color (decimal): -7491582 or 176269. OLE color: 176269.
HSL color Cylindrical-coordinate representation of color #8DB002: hue angle of 72.07º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DB002 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.31 |
| HSL | 72.07º | 0.98% | 0.35% | - |
| HSV(B) | 72.07º | 0.99% | 0.69% | - |
| XYZ | 26.52 | 36.72 | 5.75 | - |
| YUV | 145.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 2 | 0.20 | 0 | 0.99 | 0.31 | 72.07 | 0.98 | 0.35 |
| Hex | 8D | B0 | 2 | 14 | 0 | 63 | 1F | 48 | 62 | 23 |
| Octal | 215 | 260 | 2 | 24 | 0 | 143 | 37 | 110 | 142 | 43 |
| Binary | 10001101 | 10110000 | 10 | 10100 | 0 | 1100011 | 11111 | 1001000 | 1100010 | 100011 |
Color Harmonies of #8DB002
Complementary color
Monochromatic Colors of #8DB002
Black with #8DB002
Text Example
Text Example
White with #8DB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB002; }
p { color: rgb(141,176,2); }
H1.HeaderClassName
{
color: #8DB002;
}
.AnyTagClassName
{
color: #8DB002;
}
</style>
background-color css
<style>
a { background-color: #8DB002; }
a { background-color: rgb(141,176,2); }
div.DivClassName
{
background-color: #8DB002;
}
.BgClassName
{
background-color: #8DB002;
}
</style>
border-color css
<style>
span { border-color: #8DB002; }
span { border-color: rgb(141,176,2); }
td.TdClassName
{
border-color: #8DB002;
}
.TagClassName
{
border-color: #8DB002;
}
</style>