Shades of Citrus #8ED503
Tints of Citrus #8ED503
RGB
CMYK
RGB Variations
Color information
#8ED503 (or 0x8ED503) is known color: Citrus. HEX triplet: 8E, D5 and 03. RGB value is (142,213,3). Sum of RGB (Red+Green+Blue) = 142+213+3=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED503 is #712AFC. Grayscale: #A8A8A8. Windows color (decimal): -7416573 or 251278. OLE color: 251278.
HSL color Cylindrical-coordinate representation of color #8ED503: hue angle of 80.29º 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 #8ED503 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.16 |
| HSL | 80.29º | 0.97% | 0.42% | - |
| HSV(B) | 80.29º | 0.99% | 0.84% | - |
| XYZ | 34.97 | 53.35 | 8.54 | - |
| YUV | 167.83 | 34.98 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 3 | 0.33 | 0 | 0.99 | 0.16 | 80.29 | 0.97 | 0.42 |
| Hex | 8E | D5 | 3 | 21 | 0 | 63 | 10 | 50 | 61 | 2A |
| Octal | 216 | 325 | 3 | 41 | 0 | 143 | 20 | 120 | 141 | 52 |
| Binary | 10001110 | 11010101 | 11 | 100001 | 0 | 1100011 | 10000 | 1010000 | 1100001 | 101010 |
Color Harmonies of #8ED503
Complementary color
Monochromatic Colors of #8ED503
Black with #8ED503
Text Example
Text Example
White with #8ED503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED503; }
p { color: rgb(142,213,3); }
H1.HeaderClassName
{
color: #8ED503;
}
.AnyTagClassName
{
color: #8ED503;
}
</style>
background-color css
<style>
a { background-color: #8ED503; }
a { background-color: rgb(142,213,3); }
div.DivClassName
{
background-color: #8ED503;
}
.BgClassName
{
background-color: #8ED503;
}
</style>
border-color css
<style>
span { border-color: #8ED503; }
span { border-color: rgb(142,213,3); }
td.TdClassName
{
border-color: #8ED503;
}
.TagClassName
{
border-color: #8ED503;
}
</style>