Shades of Citrus #8BC710
Tints of Citrus #8BC710
RGB
CMYK
RGB Variations
Color information
#8BC710 (or 0x8BC710) is known color: Citrus. HEX triplet: 8B, C7 and 10. RGB value is (139,199,16). Sum of RGB (Red+Green+Blue) = 139+199+16=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 199 (78.12% from 255 or 56.21% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC710 is #7438EF. Grayscale: #A0A0A0. Windows color (decimal): -7616752 or 1099659. OLE color: 1099659.
HSL color Cylindrical-coordinate representation of color #8BC710: hue angle of 79.67º 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 #8BC710 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 16 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.22 |
| HSL | 79.67º | 0.85% | 0.42% | - |
| HSV(B) | 79.67º | 0.92% | 0.78% | - |
| XYZ | 31.16 | 46.37 | 7.8 | - |
| YUV | 160.2 | 46.62 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 16 | 0.30 | 0 | 0.92 | 0.22 | 79.67 | 0.85 | 0.42 |
| Hex | 8B | C7 | 10 | 1E | 0 | 5C | 16 | 50 | 55 | 2A |
| Octal | 213 | 307 | 20 | 36 | 0 | 134 | 26 | 120 | 125 | 52 |
| Binary | 10001011 | 11000111 | 10000 | 11110 | 0 | 1011100 | 10110 | 1010000 | 1010101 | 101010 |
Color Harmonies of #8BC710
Complementary color
Monochromatic Colors of #8BC710
Black with #8BC710
Text Example
Text Example
White with #8BC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC710; }
p { color: rgb(139,199,16); }
H1.HeaderClassName
{
color: #8BC710;
}
.AnyTagClassName
{
color: #8BC710;
}
</style>
background-color css
<style>
a { background-color: #8BC710; }
a { background-color: rgb(139,199,16); }
div.DivClassName
{
background-color: #8BC710;
}
.BgClassName
{
background-color: #8BC710;
}
</style>
border-color css
<style>
span { border-color: #8BC710; }
span { border-color: rgb(139,199,16); }
td.TdClassName
{
border-color: #8BC710;
}
.TagClassName
{
border-color: #8BC710;
}
</style>