Shades of Citrus #8ED600
Tints of Citrus #8ED600
RGB
CMYK
RGB Variations
Color information
#8ED600 (or 0x8ED600) is known color: Citrus. HEX triplet: 8E, D6 and 00. RGB value is (142,214,0). Sum of RGB (Red+Green+Blue) = 142+214+0=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED600 is #7129FF. Grayscale: #A8A8A8. Windows color (decimal): -7416320 or 54926. OLE color: 54926.
HSL color Cylindrical-coordinate representation of color #8ED600: hue angle of 80.19º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ED600 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.16 |
| HSL | 80.19º | 1% | 0.42% | - |
| HSV(B) | 80.19º | 1% | 0.84% | - |
| XYZ | 35.2 | 53.84 | 8.54 | - |
| YUV | 168.08 | 33.15 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 0 | 0.34 | 0 | 1 | 0.16 | 80.19 | 1 | 0.42 |
| Hex | 8E | D6 | 0 | 22 | 0 | 64 | 10 | 50 | 64 | 2A |
| Octal | 216 | 326 | 0 | 42 | 0 | 144 | 20 | 120 | 144 | 52 |
| Binary | 10001110 | 11010110 | 0 | 100010 | 0 | 1100100 | 10000 | 1010000 | 1100100 | 101010 |
Color Harmonies of #8ED600
Complementary color
Monochromatic Colors of #8ED600
Black with #8ED600
Text Example
Text Example
White with #8ED600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED600; }
p { color: rgb(142,214,0); }
H1.HeaderClassName
{
color: #8ED600;
}
.AnyTagClassName
{
color: #8ED600;
}
</style>
background-color css
<style>
a { background-color: #8ED600; }
a { background-color: rgb(142,214,0); }
div.DivClassName
{
background-color: #8ED600;
}
.BgClassName
{
background-color: #8ED600;
}
</style>
border-color css
<style>
span { border-color: #8ED600; }
span { border-color: rgb(142,214,0); }
td.TdClassName
{
border-color: #8ED600;
}
.TagClassName
{
border-color: #8ED600;
}
</style>