Shades of Citrus #8FD503
Tints of Citrus #8FD503
RGB
CMYK
RGB Variations
Color information
#8FD503 (or 0x8FD503) is known color: Citrus. HEX triplet: 8F, D5 and 03. RGB value is (143,213,3). Sum of RGB (Red+Green+Blue) = 143+213+3=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD503 is #702AFC. Grayscale: #A8A8A8. Windows color (decimal): -7351037 or 251279. OLE color: 251279.
HSL color Cylindrical-coordinate representation of color #8FD503: hue angle of 80º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FD503 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.16 |
| HSL | 80º | 0.97% | 0.42% | - |
| HSV(B) | 80º | 0.99% | 0.84% | - |
| XYZ | 35.14 | 53.43 | 8.55 | - |
| YUV | 168.13 | 34.81 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 3 | 0.33 | 0 | 0.99 | 0.16 | 80 | 0.97 | 0.42 |
| Hex | 8F | D5 | 3 | 21 | 0 | 63 | 10 | 50 | 61 | 2A |
| Octal | 217 | 325 | 3 | 41 | 0 | 143 | 20 | 120 | 141 | 52 |
| Binary | 10001111 | 11010101 | 11 | 100001 | 0 | 1100011 | 10000 | 1010000 | 1100001 | 101010 |
Color Harmonies of #8FD503
Complementary color
Monochromatic Colors of #8FD503
Black with #8FD503
Text Example
Text Example
White with #8FD503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD503; }
p { color: rgb(143,213,3); }
H1.HeaderClassName
{
color: #8FD503;
}
.AnyTagClassName
{
color: #8FD503;
}
</style>
background-color css
<style>
a { background-color: #8FD503; }
a { background-color: rgb(143,213,3); }
div.DivClassName
{
background-color: #8FD503;
}
.BgClassName
{
background-color: #8FD503;
}
</style>
border-color css
<style>
span { border-color: #8FD503; }
span { border-color: rgb(143,213,3); }
td.TdClassName
{
border-color: #8FD503;
}
.TagClassName
{
border-color: #8FD503;
}
</style>