Shades of Citrus #8DB805
Tints of Citrus #8DB805
RGB
CMYK
RGB Variations
Color information
#8DB805 (or 0x8DB805) is known color: Citrus. HEX triplet: 8D, B8 and 05. RGB value is (141,184,5). Sum of RGB (Red+Green+Blue) = 141+184+5=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB805 is #7247FA. Grayscale: #979797. Windows color (decimal): -7489531 or 374925. OLE color: 374925.
HSL color Cylindrical-coordinate representation of color #8DB805: hue angle of 74.41º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DB805 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.28 |
| HSL | 74.41º | 0.95% | 0.37% | - |
| HSV(B) | 74.41º | 0.97% | 0.72% | - |
| XYZ | 28.15 | 39.95 | 6.37 | - |
| YUV | 150.74 | 45.75 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 5 | 0.23 | 0 | 0.97 | 0.28 | 74.41 | 0.95 | 0.37 |
| Hex | 8D | B8 | 5 | 17 | 0 | 61 | 1C | 4A | 5F | 25 |
| Octal | 215 | 270 | 5 | 27 | 0 | 141 | 34 | 112 | 137 | 45 |
| Binary | 10001101 | 10111000 | 101 | 10111 | 0 | 1100001 | 11100 | 1001010 | 1011111 | 100101 |
Color Harmonies of #8DB805
Complementary color
Monochromatic Colors of #8DB805
Black with #8DB805
Text Example
Text Example
White with #8DB805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB805; }
p { color: rgb(141,184,5); }
H1.HeaderClassName
{
color: #8DB805;
}
.AnyTagClassName
{
color: #8DB805;
}
</style>
background-color css
<style>
a { background-color: #8DB805; }
a { background-color: rgb(141,184,5); }
div.DivClassName
{
background-color: #8DB805;
}
.BgClassName
{
background-color: #8DB805;
}
</style>
border-color css
<style>
span { border-color: #8DB805; }
span { border-color: rgb(141,184,5); }
td.TdClassName
{
border-color: #8DB805;
}
.TagClassName
{
border-color: #8DB805;
}
</style>