Shades of Citrus #8BD501
Tints of Citrus #8BD501
RGB
CMYK
RGB Variations
Color information
#8BD501 (or 0x8BD501) is known color: Citrus. HEX triplet: 8B, D5 and 01. RGB value is (139,213,1). Sum of RGB (Red+Green+Blue) = 139+213+1=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD501 is #742AFE. Grayscale: #A7A7A7. Windows color (decimal): -7613183 or 120203. OLE color: 120203.
HSL color Cylindrical-coordinate representation of color #8BD501: hue angle of 80.94º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BD501 is Cyan = 0.35, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 1 | - |
| CMYK | 0.35 | 0 | 1.00 | 0.16 |
| HSL | 80.94º | 0.99% | 0.42% | - |
| HSV(B) | 80.94º | 1% | 0.84% | - |
| XYZ | 34.45 | 53.08 | 8.46 | - |
| YUV | 166.71 | 34.48 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 1 | 0.35 | 0 | 1.00 | 0.16 | 80.94 | 0.99 | 0.42 |
| Hex | 8B | D5 | 1 | 23 | 0 | 64 | 10 | 51 | 63 | 2A |
| Octal | 213 | 325 | 1 | 43 | 0 | 144 | 20 | 121 | 143 | 52 |
| Binary | 10001011 | 11010101 | 1 | 100011 | 0 | 1100100 | 10000 | 1010001 | 1100011 | 101010 |
Color Harmonies of #8BD501
Complementary color
Monochromatic Colors of #8BD501
Black with #8BD501
Text Example
Text Example
White with #8BD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD501; }
p { color: rgb(139,213,1); }
H1.HeaderClassName
{
color: #8BD501;
}
.AnyTagClassName
{
color: #8BD501;
}
</style>
background-color css
<style>
a { background-color: #8BD501; }
a { background-color: rgb(139,213,1); }
div.DivClassName
{
background-color: #8BD501;
}
.BgClassName
{
background-color: #8BD501;
}
</style>
border-color css
<style>
span { border-color: #8BD501; }
span { border-color: rgb(139,213,1); }
td.TdClassName
{
border-color: #8BD501;
}
.TagClassName
{
border-color: #8BD501;
}
</style>