Shades of Citrus #8ED305
Tints of Citrus #8ED305
RGB
CMYK
RGB Variations
Color information
#8ED305 (or 0x8ED305) is known color: Citrus. HEX triplet: 8E, D3 and 05. RGB value is (142,211,5). Sum of RGB (Red+Green+Blue) = 142+211+5=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 211 (82.81% from 255 or 58.94% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED305 is #712CFA. Grayscale: #A7A7A7. Windows color (decimal): -7417083 or 381838. OLE color: 381838.
HSL color Cylindrical-coordinate representation of color #8ED305: hue angle of 80.1º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ED305 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 5 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.17 |
| HSL | 80.1º | 0.95% | 0.42% | - |
| HSV(B) | 80.1º | 0.98% | 0.83% | - |
| XYZ | 34.48 | 52.35 | 8.43 | - |
| YUV | 166.89 | 36.64 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 5 | 0.33 | 0 | 0.98 | 0.17 | 80.1 | 0.95 | 0.42 |
| Hex | 8E | D3 | 5 | 21 | 0 | 62 | 11 | 50 | 5F | 2A |
| Octal | 216 | 323 | 5 | 41 | 0 | 142 | 21 | 120 | 137 | 52 |
| Binary | 10001110 | 11010011 | 101 | 100001 | 0 | 1100010 | 10001 | 1010000 | 1011111 | 101010 |
Color Harmonies of #8ED305
Complementary color
Monochromatic Colors of #8ED305
Black with #8ED305
Text Example
Text Example
White with #8ED305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED305; }
p { color: rgb(142,211,5); }
H1.HeaderClassName
{
color: #8ED305;
}
.AnyTagClassName
{
color: #8ED305;
}
</style>
background-color css
<style>
a { background-color: #8ED305; }
a { background-color: rgb(142,211,5); }
div.DivClassName
{
background-color: #8ED305;
}
.BgClassName
{
background-color: #8ED305;
}
</style>
border-color css
<style>
span { border-color: #8ED305; }
span { border-color: rgb(142,211,5); }
td.TdClassName
{
border-color: #8ED305;
}
.TagClassName
{
border-color: #8ED305;
}
</style>