Shades of Citrus #8DB605
Tints of Citrus #8DB605
RGB
CMYK
RGB Variations
Color information
#8DB605 (or 0x8DB605) is known color: Citrus. HEX triplet: 8D, B6 and 05. RGB value is (141,182,5). Sum of RGB (Red+Green+Blue) = 141+182+5=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB605 is #7249FA. Grayscale: #969696. Windows color (decimal): -7490043 or 374413. OLE color: 374413.
HSL color Cylindrical-coordinate representation of color #8DB605: hue angle of 73.9º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DB605 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.29 |
| HSL | 73.9º | 0.95% | 0.37% | - |
| HSV(B) | 73.9º | 0.97% | 0.71% | - |
| XYZ | 27.74 | 39.13 | 6.23 | - |
| YUV | 149.56 | 46.42 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 5 | 0.23 | 0 | 0.97 | 0.29 | 73.9 | 0.95 | 0.37 |
| Hex | 8D | B6 | 5 | 17 | 0 | 61 | 1D | 4A | 5F | 25 |
| Octal | 215 | 266 | 5 | 27 | 0 | 141 | 35 | 112 | 137 | 45 |
| Binary | 10001101 | 10110110 | 101 | 10111 | 0 | 1100001 | 11101 | 1001010 | 1011111 | 100101 |
Color Harmonies of #8DB605
Complementary color
Monochromatic Colors of #8DB605
Black with #8DB605
Text Example
Text Example
White with #8DB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB605; }
p { color: rgb(141,182,5); }
H1.HeaderClassName
{
color: #8DB605;
}
.AnyTagClassName
{
color: #8DB605;
}
</style>
background-color css
<style>
a { background-color: #8DB605; }
a { background-color: rgb(141,182,5); }
div.DivClassName
{
background-color: #8DB605;
}
.BgClassName
{
background-color: #8DB605;
}
</style>
border-color css
<style>
span { border-color: #8DB605; }
span { border-color: rgb(141,182,5); }
td.TdClassName
{
border-color: #8DB605;
}
.TagClassName
{
border-color: #8DB605;
}
</style>