Shades of Citrus #8BCD11
Tints of Citrus #8BCD11
RGB
CMYK
RGB Variations
Color information
#8BCD11 (or 0x8BCD11) is known color: Citrus. HEX triplet: 8B, CD and 11. RGB value is (139,205,17). Sum of RGB (Red+Green+Blue) = 139+205+17=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCD11 is #7432EE. Grayscale: #A4A4A4. Windows color (decimal): -7615215 or 1166731. OLE color: 1166731.
HSL color Cylindrical-coordinate representation of color #8BCD11: hue angle of 81.06º 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 #8BCD11 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 17 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.20 |
| HSL | 81.06º | 0.85% | 0.44% | - |
| HSV(B) | 81.06º | 0.92% | 0.8% | - |
| XYZ | 32.58 | 49.19 | 8.31 | - |
| YUV | 163.83 | 45.13 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 17 | 0.32 | 0 | 0.92 | 0.20 | 81.06 | 0.85 | 0.44 |
| Hex | 8B | CD | 11 | 20 | 0 | 5C | 14 | 51 | 55 | 2C |
| Octal | 213 | 315 | 21 | 40 | 0 | 134 | 24 | 121 | 125 | 54 |
| Binary | 10001011 | 11001101 | 10001 | 100000 | 0 | 1011100 | 10100 | 1010001 | 1010101 | 101100 |
Color Harmonies of #8BCD11
Complementary color
Monochromatic Colors of #8BCD11
Black with #8BCD11
Text Example
Text Example
White with #8BCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD11; }
p { color: rgb(139,205,17); }
H1.HeaderClassName
{
color: #8BCD11;
}
.AnyTagClassName
{
color: #8BCD11;
}
</style>
background-color css
<style>
a { background-color: #8BCD11; }
a { background-color: rgb(139,205,17); }
div.DivClassName
{
background-color: #8BCD11;
}
.BgClassName
{
background-color: #8BCD11;
}
</style>
border-color css
<style>
span { border-color: #8BCD11; }
span { border-color: rgb(139,205,17); }
td.TdClassName
{
border-color: #8BCD11;
}
.TagClassName
{
border-color: #8BCD11;
}
</style>