Shades of Citrus #8DC511
Tints of Citrus #8DC511
RGB
CMYK
RGB Variations
Color information
#8DC511 (or 0x8DC511) is known color: Citrus. HEX triplet: 8D, C5 and 11. RGB value is (141,197,17). Sum of RGB (Red+Green+Blue) = 141+197+17=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC511 is #723AEE. Grayscale: #A0A0A0. Windows color (decimal): -7486191 or 1164685. OLE color: 1164685.
HSL color Cylindrical-coordinate representation of color #8DC511: hue angle of 78.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DC511 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 17 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.23 |
| HSL | 78.67º | 0.84% | 0.42% | - |
| HSV(B) | 78.67º | 0.91% | 0.77% | - |
| XYZ | 31.05 | 45.64 | 7.7 | - |
| YUV | 159.74 | 47.45 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 17 | 0.28 | 0 | 0.91 | 0.23 | 78.67 | 0.84 | 0.42 |
| Hex | 8D | C5 | 11 | 1C | 0 | 5B | 17 | 4F | 54 | 2A |
| Octal | 215 | 305 | 21 | 34 | 0 | 133 | 27 | 117 | 124 | 52 |
| Binary | 10001101 | 11000101 | 10001 | 11100 | 0 | 1011011 | 10111 | 1001111 | 1010100 | 101010 |
Color Harmonies of #8DC511
Complementary color
Monochromatic Colors of #8DC511
Black with #8DC511
Text Example
Text Example
White with #8DC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC511; }
p { color: rgb(141,197,17); }
H1.HeaderClassName
{
color: #8DC511;
}
.AnyTagClassName
{
color: #8DC511;
}
</style>
background-color css
<style>
a { background-color: #8DC511; }
a { background-color: rgb(141,197,17); }
div.DivClassName
{
background-color: #8DC511;
}
.BgClassName
{
background-color: #8DC511;
}
</style>
border-color css
<style>
span { border-color: #8DC511; }
span { border-color: rgb(141,197,17); }
td.TdClassName
{
border-color: #8DC511;
}
.TagClassName
{
border-color: #8DC511;
}
</style>