Shades of Citrus #8ED701
Tints of Citrus #8ED701
RGB
CMYK
RGB Variations
Color information
#8ED701 (or 0x8ED701) is known color: Citrus. HEX triplet: 8E, D7 and 01. RGB value is (142,215,1). Sum of RGB (Red+Green+Blue) = 142+215+1=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED701 is #7128FE. Grayscale: #A9A9A9. Windows color (decimal): -7416063 or 120718. OLE color: 120718.
HSL color Cylindrical-coordinate representation of color #8ED701: hue angle of 80.47º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ED701 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 1 | - |
| CMYK | 0.34 | 0 | 1.00 | 0.16 |
| HSL | 80.47º | 0.99% | 0.42% | - |
| HSV(B) | 80.47º | 1% | 0.84% | - |
| XYZ | 35.46 | 54.35 | 8.65 | - |
| YUV | 168.78 | 33.32 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 1 | 0.34 | 0 | 1.00 | 0.16 | 80.47 | 0.99 | 0.42 |
| Hex | 8E | D7 | 1 | 22 | 0 | 64 | 10 | 50 | 63 | 2A |
| Octal | 216 | 327 | 1 | 42 | 0 | 144 | 20 | 120 | 143 | 52 |
| Binary | 10001110 | 11010111 | 1 | 100010 | 0 | 1100100 | 10000 | 1010000 | 1100011 | 101010 |
Color Harmonies of #8ED701
Complementary color
Monochromatic Colors of #8ED701
Black with #8ED701
Text Example
Text Example
White with #8ED701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED701; }
p { color: rgb(142,215,1); }
H1.HeaderClassName
{
color: #8ED701;
}
.AnyTagClassName
{
color: #8ED701;
}
</style>
background-color css
<style>
a { background-color: #8ED701; }
a { background-color: rgb(142,215,1); }
div.DivClassName
{
background-color: #8ED701;
}
.BgClassName
{
background-color: #8ED701;
}
</style>
border-color css
<style>
span { border-color: #8ED701; }
span { border-color: rgb(142,215,1); }
td.TdClassName
{
border-color: #8ED701;
}
.TagClassName
{
border-color: #8ED701;
}
</style>