Shades of Citrus #8BC813
Tints of Citrus #8BC813
RGB
CMYK
RGB Variations
Color information
#8BC813 (or 0x8BC813) is known color: Citrus. HEX triplet: 8B, C8 and 13. RGB value is (139,200,19). Sum of RGB (Red+Green+Blue) = 139+200+19=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC813 is #7437EC. Grayscale: #A1A1A1. Windows color (decimal): -7616493 or 1296523. OLE color: 1296523.
HSL color Cylindrical-coordinate representation of color #8BC813: hue angle of 80.22º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BC813 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 19 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.22 |
| HSL | 80.22º | 0.83% | 0.43% | - |
| HSV(B) | 80.22º | 0.91% | 0.78% | - |
| XYZ | 31.42 | 46.84 | 8 | - |
| YUV | 161.13 | 47.79 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 19 | 0.30 | 0 | 0.90 | 0.22 | 80.22 | 0.83 | 0.43 |
| Hex | 8B | C8 | 13 | 1E | 0 | 5A | 16 | 50 | 53 | 2B |
| Octal | 213 | 310 | 23 | 36 | 0 | 132 | 26 | 120 | 123 | 53 |
| Binary | 10001011 | 11001000 | 10011 | 11110 | 0 | 1011010 | 10110 | 1010000 | 1010011 | 101011 |
Color Harmonies of #8BC813
Complementary color
Monochromatic Colors of #8BC813
Black with #8BC813
Text Example
Text Example
White with #8BC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC813; }
p { color: rgb(139,200,19); }
H1.HeaderClassName
{
color: #8BC813;
}
.AnyTagClassName
{
color: #8BC813;
}
</style>
background-color css
<style>
a { background-color: #8BC813; }
a { background-color: rgb(139,200,19); }
div.DivClassName
{
background-color: #8BC813;
}
.BgClassName
{
background-color: #8BC813;
}
</style>
border-color css
<style>
span { border-color: #8BC813; }
span { border-color: rgb(139,200,19); }
td.TdClassName
{
border-color: #8BC813;
}
.TagClassName
{
border-color: #8BC813;
}
</style>