Shades of Citrus #8ECD11
Tints of Citrus #8ECD11
RGB
CMYK
RGB Variations
Color information
#8ECD11 (or 0x8ECD11) is known color: Citrus. HEX triplet: 8E, CD and 11. RGB value is (142,205,17). Sum of RGB (Red+Green+Blue) = 142+205+17=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECD11 is #7132EE. Grayscale: #A5A5A5. Windows color (decimal): -7418607 or 1166734. OLE color: 1166734.
HSL color Cylindrical-coordinate representation of color #8ECD11: hue angle of 80.11º 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 #8ECD11 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 17 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.20 |
| HSL | 80.11º | 0.85% | 0.44% | - |
| HSV(B) | 80.11º | 0.92% | 0.8% | - |
| XYZ | 33.09 | 49.45 | 8.33 | - |
| YUV | 164.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 17 | 0.31 | 0 | 0.92 | 0.20 | 80.11 | 0.85 | 0.44 |
| Hex | 8E | CD | 11 | 1F | 0 | 5C | 14 | 50 | 55 | 2C |
| Octal | 216 | 315 | 21 | 37 | 0 | 134 | 24 | 120 | 125 | 54 |
| Binary | 10001110 | 11001101 | 10001 | 11111 | 0 | 1011100 | 10100 | 1010000 | 1010101 | 101100 |
Color Harmonies of #8ECD11
Complementary color
Monochromatic Colors of #8ECD11
Black with #8ECD11
Text Example
Text Example
White with #8ECD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD11; }
p { color: rgb(142,205,17); }
H1.HeaderClassName
{
color: #8ECD11;
}
.AnyTagClassName
{
color: #8ECD11;
}
</style>
background-color css
<style>
a { background-color: #8ECD11; }
a { background-color: rgb(142,205,17); }
div.DivClassName
{
background-color: #8ECD11;
}
.BgClassName
{
background-color: #8ECD11;
}
</style>
border-color css
<style>
span { border-color: #8ECD11; }
span { border-color: rgb(142,205,17); }
td.TdClassName
{
border-color: #8ECD11;
}
.TagClassName
{
border-color: #8ECD11;
}
</style>