Shades of Citrus #8CC503
Tints of Citrus #8CC503
RGB
CMYK
RGB Variations
Color information
#8CC503 (or 0x8CC503) is known color: Citrus. HEX triplet: 8C, C5 and 03. RGB value is (140,197,3). Sum of RGB (Red+Green+Blue) = 140+197+3=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC503 is #733AFC. Grayscale: #9E9E9E. Windows color (decimal): -7551741 or 247180. OLE color: 247180.
HSL color Cylindrical-coordinate representation of color #8CC503: hue angle of 77.63º 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 #8CC503 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 3 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.23 |
| HSL | 77.63º | 0.97% | 0.39% | - |
| HSV(B) | 77.63º | 0.98% | 0.77% | - |
| XYZ | 30.8 | 45.51 | 7.25 | - |
| YUV | 157.84 | 40.62 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 3 | 0.29 | 0 | 0.98 | 0.23 | 77.63 | 0.97 | 0.39 |
| Hex | 8C | C5 | 3 | 1D | 0 | 62 | 17 | 4E | 61 | 27 |
| Octal | 214 | 305 | 3 | 35 | 0 | 142 | 27 | 116 | 141 | 47 |
| Binary | 10001100 | 11000101 | 11 | 11101 | 0 | 1100010 | 10111 | 1001110 | 1100001 | 100111 |
Color Harmonies of #8CC503
Complementary color
Monochromatic Colors of #8CC503
Black with #8CC503
Text Example
Text Example
White with #8CC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC503; }
p { color: rgb(140,197,3); }
H1.HeaderClassName
{
color: #8CC503;
}
.AnyTagClassName
{
color: #8CC503;
}
</style>
background-color css
<style>
a { background-color: #8CC503; }
a { background-color: rgb(140,197,3); }
div.DivClassName
{
background-color: #8CC503;
}
.BgClassName
{
background-color: #8CC503;
}
</style>
border-color css
<style>
span { border-color: #8CC503; }
span { border-color: rgb(140,197,3); }
td.TdClassName
{
border-color: #8CC503;
}
.TagClassName
{
border-color: #8CC503;
}
</style>