Shades of Citrus #8ED40B
Tints of Citrus #8ED40B
RGB
CMYK
RGB Variations
Color information
#8ED40B (or 0x8ED40B) is known color: Citrus. HEX triplet: 8E, D4 and 0B. RGB value is (142,212,11). Sum of RGB (Red+Green+Blue) = 142+212+11=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED40B is #712BF4. Grayscale: #A8A8A8. Windows color (decimal): -7416821 or 775310. OLE color: 775310.
HSL color Cylindrical-coordinate representation of color #8ED40B: hue angle of 80.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8ED40B is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 11 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.17 |
| HSL | 80.9º | 0.9% | 0.44% | - |
| HSV(B) | 80.9º | 0.95% | 0.83% | - |
| XYZ | 34.76 | 52.86 | 8.69 | - |
| YUV | 168.16 | 39.31 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 11 | 0.33 | 0 | 0.95 | 0.17 | 80.9 | 0.9 | 0.44 |
| Hex | 8E | D4 | B | 21 | 0 | 5F | 11 | 51 | 5A | 2C |
| Octal | 216 | 324 | 13 | 41 | 0 | 137 | 21 | 121 | 132 | 54 |
| Binary | 10001110 | 11010100 | 1011 | 100001 | 0 | 1011111 | 10001 | 1010001 | 1011010 | 101100 |
Color Harmonies of #8ED40B
Complementary color
Monochromatic Colors of #8ED40B
Black with #8ED40B
Text Example
Text Example
White with #8ED40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED40B; }
p { color: rgb(142,212,11); }
H1.HeaderClassName
{
color: #8ED40B;
}
.AnyTagClassName
{
color: #8ED40B;
}
</style>
background-color css
<style>
a { background-color: #8ED40B; }
a { background-color: rgb(142,212,11); }
div.DivClassName
{
background-color: #8ED40B;
}
.BgClassName
{
background-color: #8ED40B;
}
</style>
border-color css
<style>
span { border-color: #8ED40B; }
span { border-color: rgb(142,212,11); }
td.TdClassName
{
border-color: #8ED40B;
}
.TagClassName
{
border-color: #8ED40B;
}
</style>