Shades of Citrus #8DB502
Tints of Citrus #8DB502
RGB
CMYK
RGB Variations
Color information
#8DB502 (or 0x8DB502) is known color: Citrus. HEX triplet: 8D, B5 and 02. RGB value is (141,181,2). Sum of RGB (Red+Green+Blue) = 141+181+2=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB502 is #724AFD. Grayscale: #959595. Windows color (decimal): -7490302 or 177549. OLE color: 177549.
HSL color Cylindrical-coordinate representation of color #8DB502: hue angle of 73.41º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DB502 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.29 |
| HSL | 73.41º | 0.98% | 0.36% | - |
| HSV(B) | 73.41º | 0.99% | 0.71% | - |
| XYZ | 27.52 | 38.71 | 6.08 | - |
| YUV | 148.63 | 45.25 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 2 | 0.22 | 0 | 0.99 | 0.29 | 73.41 | 0.98 | 0.36 |
| Hex | 8D | B5 | 2 | 16 | 0 | 63 | 1D | 49 | 62 | 24 |
| Octal | 215 | 265 | 2 | 26 | 0 | 143 | 35 | 111 | 142 | 44 |
| Binary | 10001101 | 10110101 | 10 | 10110 | 0 | 1100011 | 11101 | 1001001 | 1100010 | 100100 |
Color Harmonies of #8DB502
Complementary color
Monochromatic Colors of #8DB502
Black with #8DB502
Text Example
Text Example
White with #8DB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB502; }
p { color: rgb(141,181,2); }
H1.HeaderClassName
{
color: #8DB502;
}
.AnyTagClassName
{
color: #8DB502;
}
</style>
background-color css
<style>
a { background-color: #8DB502; }
a { background-color: rgb(141,181,2); }
div.DivClassName
{
background-color: #8DB502;
}
.BgClassName
{
background-color: #8DB502;
}
</style>
border-color css
<style>
span { border-color: #8DB502; }
span { border-color: rgb(141,181,2); }
td.TdClassName
{
border-color: #8DB502;
}
.TagClassName
{
border-color: #8DB502;
}
</style>