Shades of Citrus #8DCD11
Tints of Citrus #8DCD11
RGB
CMYK
RGB Variations
Color information
#8DCD11 (or 0x8DCD11) is known color: Citrus. HEX triplet: 8D, CD and 11. RGB value is (141,205,17). Sum of RGB (Red+Green+Blue) = 141+205+17=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCD11 is #7232EE. Grayscale: #A5A5A5. Windows color (decimal): -7484143 or 1166733. OLE color: 1166733.
HSL color Cylindrical-coordinate representation of color #8DCD11: hue angle of 80.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DCD11 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 17 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.20 |
| HSL | 80.43º | 0.85% | 0.44% | - |
| HSV(B) | 80.43º | 0.92% | 0.8% | - |
| XYZ | 32.92 | 49.37 | 8.32 | - |
| YUV | 164.43 | 44.8 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 17 | 0.31 | 0 | 0.92 | 0.20 | 80.43 | 0.85 | 0.44 |
| Hex | 8D | CD | 11 | 1F | 0 | 5C | 14 | 50 | 55 | 2C |
| Octal | 215 | 315 | 21 | 37 | 0 | 134 | 24 | 120 | 125 | 54 |
| Binary | 10001101 | 11001101 | 10001 | 11111 | 0 | 1011100 | 10100 | 1010000 | 1010101 | 101100 |
Color Harmonies of #8DCD11
Complementary color
Monochromatic Colors of #8DCD11
Black with #8DCD11
Text Example
Text Example
White with #8DCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD11; }
p { color: rgb(141,205,17); }
H1.HeaderClassName
{
color: #8DCD11;
}
.AnyTagClassName
{
color: #8DCD11;
}
</style>
background-color css
<style>
a { background-color: #8DCD11; }
a { background-color: rgb(141,205,17); }
div.DivClassName
{
background-color: #8DCD11;
}
.BgClassName
{
background-color: #8DCD11;
}
</style>
border-color css
<style>
span { border-color: #8DCD11; }
span { border-color: rgb(141,205,17); }
td.TdClassName
{
border-color: #8DCD11;
}
.TagClassName
{
border-color: #8DCD11;
}
</style>