Shades of Citrus #8DB508
Tints of Citrus #8DB508
RGB
CMYK
RGB Variations
Color information
#8DB508 (or 0x8DB508) is known color: Citrus. HEX triplet: 8D, B5 and 08. RGB value is (141,181,8). Sum of RGB (Red+Green+Blue) = 141+181+8=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB508 is #724AF7. Grayscale: #959595. Windows color (decimal): -7490296 or 570765. OLE color: 570765.
HSL color Cylindrical-coordinate representation of color #8DB508: hue angle of 73.87º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DB508 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.29 |
| HSL | 73.87º | 0.92% | 0.37% | - |
| HSV(B) | 73.87º | 0.96% | 0.71% | - |
| XYZ | 27.55 | 38.73 | 6.25 | - |
| YUV | 149.32 | 48.25 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 8 | 0.22 | 0 | 0.96 | 0.29 | 73.87 | 0.92 | 0.37 |
| Hex | 8D | B5 | 8 | 16 | 0 | 60 | 1D | 4A | 5C | 25 |
| Octal | 215 | 265 | 10 | 26 | 0 | 140 | 35 | 112 | 134 | 45 |
| Binary | 10001101 | 10110101 | 1000 | 10110 | 0 | 1100000 | 11101 | 1001010 | 1011100 | 100101 |
Color Harmonies of #8DB508
Complementary color
Monochromatic Colors of #8DB508
Black with #8DB508
Text Example
Text Example
White with #8DB508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB508; }
p { color: rgb(141,181,8); }
H1.HeaderClassName
{
color: #8DB508;
}
.AnyTagClassName
{
color: #8DB508;
}
</style>
background-color css
<style>
a { background-color: #8DB508; }
a { background-color: rgb(141,181,8); }
div.DivClassName
{
background-color: #8DB508;
}
.BgClassName
{
background-color: #8DB508;
}
</style>
border-color css
<style>
span { border-color: #8DB508; }
span { border-color: rgb(141,181,8); }
td.TdClassName
{
border-color: #8DB508;
}
.TagClassName
{
border-color: #8DB508;
}
</style>