Shades of Citrus #8FCC11
Tints of Citrus #8FCC11
RGB
CMYK
RGB Variations
Color information
#8FCC11 (or 0x8FCC11) is known color: Citrus. HEX triplet: 8F, CC and 11. RGB value is (143,204,17). Sum of RGB (Red+Green+Blue) = 143+204+17=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCC11 is #7033EE. Grayscale: #A5A5A5. Windows color (decimal): -7353327 or 1166479. OLE color: 1166479.
HSL color Cylindrical-coordinate representation of color #8FCC11: hue angle of 79.57º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FCC11 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 17 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.2 |
| HSL | 79.57º | 0.85% | 0.43% | - |
| HSV(B) | 79.57º | 0.92% | 0.8% | - |
| XYZ | 33.02 | 49.07 | 8.26 | - |
| YUV | 164.44 | 44.79 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 17 | 0.30 | 0 | 0.92 | 0.2 | 79.57 | 0.85 | 0.43 |
| Hex | 8F | CC | 11 | 1E | 0 | 5C | 14 | 50 | 55 | 2B |
| Octal | 217 | 314 | 21 | 36 | 0 | 134 | 24 | 120 | 125 | 53 |
| Binary | 10001111 | 11001100 | 10001 | 11110 | 0 | 1011100 | 10100 | 1010000 | 1010101 | 101011 |
Color Harmonies of #8FCC11
Complementary color
Monochromatic Colors of #8FCC11
Black with #8FCC11
Text Example
Text Example
White with #8FCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC11; }
p { color: rgb(143,204,17); }
H1.HeaderClassName
{
color: #8FCC11;
}
.AnyTagClassName
{
color: #8FCC11;
}
</style>
background-color css
<style>
a { background-color: #8FCC11; }
a { background-color: rgb(143,204,17); }
div.DivClassName
{
background-color: #8FCC11;
}
.BgClassName
{
background-color: #8FCC11;
}
</style>
border-color css
<style>
span { border-color: #8FCC11; }
span { border-color: rgb(143,204,17); }
td.TdClassName
{
border-color: #8FCC11;
}
.TagClassName
{
border-color: #8FCC11;
}
</style>