Shades of Citrus #8BC504
Tints of Citrus #8BC504
RGB
CMYK
RGB Variations
Color information
#8BC504 (or 0x8BC504) is known color: Citrus. HEX triplet: 8B, C5 and 04. RGB value is (139,197,4). Sum of RGB (Red+Green+Blue) = 139+197+4=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC504 is #743AFB. Grayscale: #9E9E9E. Windows color (decimal): -7617276 or 312715. OLE color: 312715.
HSL color Cylindrical-coordinate representation of color #8BC504: hue angle of 78.03º degrees, saturation: 0.96, 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 #8BC504 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.23 |
| HSL | 78.03º | 0.96% | 0.39% | - |
| HSV(B) | 78.03º | 0.98% | 0.77% | - |
| XYZ | 30.64 | 45.43 | 7.27 | - |
| YUV | 157.66 | 41.28 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 4 | 0.29 | 0 | 0.98 | 0.23 | 78.03 | 0.96 | 0.39 |
| Hex | 8B | C5 | 4 | 1D | 0 | 62 | 17 | 4E | 60 | 27 |
| Octal | 213 | 305 | 4 | 35 | 0 | 142 | 27 | 116 | 140 | 47 |
| Binary | 10001011 | 11000101 | 100 | 11101 | 0 | 1100010 | 10111 | 1001110 | 1100000 | 100111 |
Color Harmonies of #8BC504
Complementary color
Monochromatic Colors of #8BC504
Black with #8BC504
Text Example
Text Example
White with #8BC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC504; }
p { color: rgb(139,197,4); }
H1.HeaderClassName
{
color: #8BC504;
}
.AnyTagClassName
{
color: #8BC504;
}
</style>
background-color css
<style>
a { background-color: #8BC504; }
a { background-color: rgb(139,197,4); }
div.DivClassName
{
background-color: #8BC504;
}
.BgClassName
{
background-color: #8BC504;
}
</style>
border-color css
<style>
span { border-color: #8BC504; }
span { border-color: rgb(139,197,4); }
td.TdClassName
{
border-color: #8BC504;
}
.TagClassName
{
border-color: #8BC504;
}
</style>