Shades of Citrus #8BC610
Tints of Citrus #8BC610
RGB
CMYK
RGB Variations
Color information
#8BC610 (or 0x8BC610) is known color: Citrus. HEX triplet: 8B, C6 and 10. RGB value is (139,198,16). Sum of RGB (Red+Green+Blue) = 139+198+16=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC610 is #7439EF. Grayscale: #A0A0A0. Windows color (decimal): -7617008 or 1099403. OLE color: 1099403.
HSL color Cylindrical-coordinate representation of color #8BC610: hue angle of 79.45º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BC610 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 16 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.22 |
| HSL | 79.45º | 0.85% | 0.42% | - |
| HSV(B) | 79.45º | 0.92% | 0.78% | - |
| XYZ | 30.94 | 45.91 | 7.72 | - |
| YUV | 159.61 | 46.95 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 16 | 0.30 | 0 | 0.92 | 0.22 | 79.45 | 0.85 | 0.42 |
| Hex | 8B | C6 | 10 | 1E | 0 | 5C | 16 | 4F | 55 | 2A |
| Octal | 213 | 306 | 20 | 36 | 0 | 134 | 26 | 117 | 125 | 52 |
| Binary | 10001011 | 11000110 | 10000 | 11110 | 0 | 1011100 | 10110 | 1001111 | 1010101 | 101010 |
Color Harmonies of #8BC610
Complementary color
Monochromatic Colors of #8BC610
Black with #8BC610
Text Example
Text Example
White with #8BC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC610; }
p { color: rgb(139,198,16); }
H1.HeaderClassName
{
color: #8BC610;
}
.AnyTagClassName
{
color: #8BC610;
}
</style>
background-color css
<style>
a { background-color: #8BC610; }
a { background-color: rgb(139,198,16); }
div.DivClassName
{
background-color: #8BC610;
}
.BgClassName
{
background-color: #8BC610;
}
</style>
border-color css
<style>
span { border-color: #8BC610; }
span { border-color: rgb(139,198,16); }
td.TdClassName
{
border-color: #8BC610;
}
.TagClassName
{
border-color: #8BC610;
}
</style>