Shades of Citrus #8FC503
Tints of Citrus #8FC503
RGB
CMYK
RGB Variations
Color information
#8FC503 (or 0x8FC503) is known color: Citrus. HEX triplet: 8F, C5 and 03. RGB value is (143,197,3). Sum of RGB (Red+Green+Blue) = 143+197+3=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC503 is #703AFC. Grayscale: #9F9F9F. Windows color (decimal): -7355133 or 247183. OLE color: 247183.
HSL color Cylindrical-coordinate representation of color #8FC503: hue angle of 76.7º 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 #8FC503 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.23 |
| HSL | 76.7º | 0.97% | 0.39% | - |
| HSV(B) | 76.7º | 0.98% | 0.77% | - |
| XYZ | 31.31 | 45.78 | 7.27 | - |
| YUV | 158.74 | 40.11 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 3 | 0.27 | 0 | 0.98 | 0.23 | 76.7 | 0.97 | 0.39 |
| Hex | 8F | C5 | 3 | 1B | 0 | 62 | 17 | 4D | 61 | 27 |
| Octal | 217 | 305 | 3 | 33 | 0 | 142 | 27 | 115 | 141 | 47 |
| Binary | 10001111 | 11000101 | 11 | 11011 | 0 | 1100010 | 10111 | 1001101 | 1100001 | 100111 |
Color Harmonies of #8FC503
Complementary color
Monochromatic Colors of #8FC503
Black with #8FC503
Text Example
Text Example
White with #8FC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC503; }
p { color: rgb(143,197,3); }
H1.HeaderClassName
{
color: #8FC503;
}
.AnyTagClassName
{
color: #8FC503;
}
</style>
background-color css
<style>
a { background-color: #8FC503; }
a { background-color: rgb(143,197,3); }
div.DivClassName
{
background-color: #8FC503;
}
.BgClassName
{
background-color: #8FC503;
}
</style>
border-color css
<style>
span { border-color: #8FC503; }
span { border-color: rgb(143,197,3); }
td.TdClassName
{
border-color: #8FC503;
}
.TagClassName
{
border-color: #8FC503;
}
</style>