Shades of Citrus #8BC501
Tints of Citrus #8BC501
RGB
CMYK
RGB Variations
Color information
#8BC501 (or 0x8BC501) is known color: Citrus. HEX triplet: 8B, C5 and 01. RGB value is (139,197,1). Sum of RGB (Red+Green+Blue) = 139+197+1=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC501 is #743AFE. Grayscale: #9E9E9E. Windows color (decimal): -7617279 or 116107. OLE color: 116107.
HSL color Cylindrical-coordinate representation of color #8BC501: hue angle of 77.76º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BC501 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.23 |
| HSL | 77.76º | 0.99% | 0.39% | - |
| HSV(B) | 77.76º | 0.99% | 0.77% | - |
| XYZ | 30.62 | 45.42 | 7.18 | - |
| YUV | 157.31 | 39.78 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 1 | 0.29 | 0 | 0.99 | 0.23 | 77.76 | 0.99 | 0.39 |
| Hex | 8B | C5 | 1 | 1D | 0 | 63 | 17 | 4E | 63 | 27 |
| Octal | 213 | 305 | 1 | 35 | 0 | 143 | 27 | 116 | 143 | 47 |
| Binary | 10001011 | 11000101 | 1 | 11101 | 0 | 1100011 | 10111 | 1001110 | 1100011 | 100111 |
Color Harmonies of #8BC501
Complementary color
Monochromatic Colors of #8BC501
Black with #8BC501
Text Example
Text Example
White with #8BC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC501; }
p { color: rgb(139,197,1); }
H1.HeaderClassName
{
color: #8BC501;
}
.AnyTagClassName
{
color: #8BC501;
}
</style>
background-color css
<style>
a { background-color: #8BC501; }
a { background-color: rgb(139,197,1); }
div.DivClassName
{
background-color: #8BC501;
}
.BgClassName
{
background-color: #8BC501;
}
</style>
border-color css
<style>
span { border-color: #8BC501; }
span { border-color: rgb(139,197,1); }
td.TdClassName
{
border-color: #8BC501;
}
.TagClassName
{
border-color: #8BC501;
}
</style>