Shades of Citrus #8ED601
Tints of Citrus #8ED601
RGB
CMYK
RGB Variations
Color information
#8ED601 (or 0x8ED601) is known color: Citrus. HEX triplet: 8E, D6 and 01. RGB value is (142,214,1). Sum of RGB (Red+Green+Blue) = 142+214+1=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED601 is #7129FE. Grayscale: #A8A8A8. Windows color (decimal): -7416319 or 120462. OLE color: 120462.
HSL color Cylindrical-coordinate representation of color #8ED601: hue angle of 80.28º 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 #8ED601 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 1 | - |
| CMYK | 0.34 | 0 | 1.00 | 0.16 |
| HSL | 80.28º | 0.99% | 0.42% | - |
| HSV(B) | 80.28º | 1% | 0.84% | - |
| XYZ | 35.21 | 53.85 | 8.57 | - |
| YUV | 168.19 | 33.65 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 1 | 0.34 | 0 | 1.00 | 0.16 | 80.28 | 0.99 | 0.42 |
| Hex | 8E | D6 | 1 | 22 | 0 | 64 | 10 | 50 | 63 | 2A |
| Octal | 216 | 326 | 1 | 42 | 0 | 144 | 20 | 120 | 143 | 52 |
| Binary | 10001110 | 11010110 | 1 | 100010 | 0 | 1100100 | 10000 | 1010000 | 1100011 | 101010 |
Color Harmonies of #8ED601
Complementary color
Monochromatic Colors of #8ED601
Black with #8ED601
Text Example
Text Example
White with #8ED601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED601; }
p { color: rgb(142,214,1); }
H1.HeaderClassName
{
color: #8ED601;
}
.AnyTagClassName
{
color: #8ED601;
}
</style>
background-color css
<style>
a { background-color: #8ED601; }
a { background-color: rgb(142,214,1); }
div.DivClassName
{
background-color: #8ED601;
}
.BgClassName
{
background-color: #8ED601;
}
</style>
border-color css
<style>
span { border-color: #8ED601; }
span { border-color: rgb(142,214,1); }
td.TdClassName
{
border-color: #8ED601;
}
.TagClassName
{
border-color: #8ED601;
}
</style>