Shades of Citrus #8BC503
Tints of Citrus #8BC503
RGB
CMYK
RGB Variations
Color information
#8BC503 (or 0x8BC503) is known color: Citrus. HEX triplet: 8B, C5 and 03. RGB value is (139,197,3). Sum of RGB (Red+Green+Blue) = 139+197+3=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC503 is #743AFC. Grayscale: #9E9E9E. Windows color (decimal): -7617277 or 247179. OLE color: 247179.
HSL color Cylindrical-coordinate representation of color #8BC503: hue angle of 77.94º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BC503 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 3 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.23 |
| HSL | 77.94º | 0.97% | 0.39% | - |
| HSV(B) | 77.94º | 0.98% | 0.77% | - |
| XYZ | 30.63 | 45.43 | 7.24 | - |
| YUV | 157.54 | 40.78 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 3 | 0.29 | 0 | 0.98 | 0.23 | 77.94 | 0.97 | 0.39 |
| Hex | 8B | C5 | 3 | 1D | 0 | 62 | 17 | 4E | 61 | 27 |
| Octal | 213 | 305 | 3 | 35 | 0 | 142 | 27 | 116 | 141 | 47 |
| Binary | 10001011 | 11000101 | 11 | 11101 | 0 | 1100010 | 10111 | 1001110 | 1100001 | 100111 |
Color Harmonies of #8BC503
Complementary color
Monochromatic Colors of #8BC503
Black with #8BC503
Text Example
Text Example
White with #8BC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC503; }
p { color: rgb(139,197,3); }
H1.HeaderClassName
{
color: #8BC503;
}
.AnyTagClassName
{
color: #8BC503;
}
</style>
background-color css
<style>
a { background-color: #8BC503; }
a { background-color: rgb(139,197,3); }
div.DivClassName
{
background-color: #8BC503;
}
.BgClassName
{
background-color: #8BC503;
}
</style>
border-color css
<style>
span { border-color: #8BC503; }
span { border-color: rgb(139,197,3); }
td.TdClassName
{
border-color: #8BC503;
}
.TagClassName
{
border-color: #8BC503;
}
</style>