Shades of Citrus #8BC712
Tints of Citrus #8BC712
RGB
CMYK
RGB Variations
Color information
#8BC712 (or 0x8BC712) is known color: Citrus. HEX triplet: 8B, C7 and 12. RGB value is (139,199,18). Sum of RGB (Red+Green+Blue) = 139+199+18=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC712 is #7438ED. Grayscale: #A1A1A1. Windows color (decimal): -7616750 or 1230731. OLE color: 1230731.
HSL color Cylindrical-coordinate representation of color #8BC712: hue angle of 79.89º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BC712 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 18 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.22 |
| HSL | 79.89º | 0.83% | 0.43% | - |
| HSV(B) | 79.89º | 0.91% | 0.78% | - |
| XYZ | 31.18 | 46.38 | 7.88 | - |
| YUV | 160.43 | 47.62 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 18 | 0.30 | 0 | 0.91 | 0.22 | 79.89 | 0.83 | 0.43 |
| Hex | 8B | C7 | 12 | 1E | 0 | 5B | 16 | 50 | 53 | 2B |
| Octal | 213 | 307 | 22 | 36 | 0 | 133 | 26 | 120 | 123 | 53 |
| Binary | 10001011 | 11000111 | 10010 | 11110 | 0 | 1011011 | 10110 | 1010000 | 1010011 | 101011 |
Color Harmonies of #8BC712
Complementary color
Monochromatic Colors of #8BC712
Black with #8BC712
Text Example
Text Example
White with #8BC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC712; }
p { color: rgb(139,199,18); }
H1.HeaderClassName
{
color: #8BC712;
}
.AnyTagClassName
{
color: #8BC712;
}
</style>
background-color css
<style>
a { background-color: #8BC712; }
a { background-color: rgb(139,199,18); }
div.DivClassName
{
background-color: #8BC712;
}
.BgClassName
{
background-color: #8BC712;
}
</style>
border-color css
<style>
span { border-color: #8BC712; }
span { border-color: rgb(139,199,18); }
td.TdClassName
{
border-color: #8BC712;
}
.TagClassName
{
border-color: #8BC712;
}
</style>