Shades of Citrus #8DC711
Tints of Citrus #8DC711
RGB
CMYK
RGB Variations
Color information
#8DC711 (or 0x8DC711) is known color: Citrus. HEX triplet: 8D, C7 and 11. RGB value is (141,199,17). Sum of RGB (Red+Green+Blue) = 141+199+17=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC711 is #7238EE. Grayscale: #A1A1A1. Windows color (decimal): -7485679 or 1165197. OLE color: 1165197.
HSL color Cylindrical-coordinate representation of color #8DC711: hue angle of 79.12º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DC711 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 17 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.22 |
| HSL | 79.12º | 0.84% | 0.42% | - |
| HSV(B) | 79.12º | 0.91% | 0.78% | - |
| XYZ | 31.51 | 46.55 | 7.85 | - |
| YUV | 160.91 | 46.78 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 17 | 0.29 | 0 | 0.91 | 0.22 | 79.12 | 0.84 | 0.42 |
| Hex | 8D | C7 | 11 | 1D | 0 | 5B | 16 | 4F | 54 | 2A |
| Octal | 215 | 307 | 21 | 35 | 0 | 133 | 26 | 117 | 124 | 52 |
| Binary | 10001101 | 11000111 | 10001 | 11101 | 0 | 1011011 | 10110 | 1001111 | 1010100 | 101010 |
Color Harmonies of #8DC711
Complementary color
Monochromatic Colors of #8DC711
Black with #8DC711
Text Example
Text Example
White with #8DC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC711; }
p { color: rgb(141,199,17); }
H1.HeaderClassName
{
color: #8DC711;
}
.AnyTagClassName
{
color: #8DC711;
}
</style>
background-color css
<style>
a { background-color: #8DC711; }
a { background-color: rgb(141,199,17); }
div.DivClassName
{
background-color: #8DC711;
}
.BgClassName
{
background-color: #8DC711;
}
</style>
border-color css
<style>
span { border-color: #8DC711; }
span { border-color: rgb(141,199,17); }
td.TdClassName
{
border-color: #8DC711;
}
.TagClassName
{
border-color: #8DC711;
}
</style>