Shades of Citrus #8FD20E
Tints of Citrus #8FD20E
RGB
CMYK
RGB Variations
Color information
#8FD20E (or 0x8FD20E) is known color: Citrus. HEX triplet: 8F, D2 and 0E. RGB value is (143,210,14). Sum of RGB (Red+Green+Blue) = 143+210+14=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD20E is #702DF1. Grayscale: #A8A8A8. Windows color (decimal): -7351794 or 971407. OLE color: 971407.
HSL color Cylindrical-coordinate representation of color #8FD20E: hue angle of 80.51º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FD20E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.18 |
| HSL | 80.51º | 0.88% | 0.44% | - |
| HSV(B) | 80.51º | 0.93% | 0.82% | - |
| XYZ | 34.45 | 51.96 | 8.63 | - |
| YUV | 167.62 | 41.3 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 14 | 0.32 | 0 | 0.93 | 0.18 | 80.51 | 0.88 | 0.44 |
| Hex | 8F | D2 | E | 20 | 0 | 5D | 12 | 51 | 58 | 2C |
| Octal | 217 | 322 | 16 | 40 | 0 | 135 | 22 | 121 | 130 | 54 |
| Binary | 10001111 | 11010010 | 1110 | 100000 | 0 | 1011101 | 10010 | 1010001 | 1011000 | 101100 |
Color Harmonies of #8FD20E
Complementary color
Monochromatic Colors of #8FD20E
Black with #8FD20E
Text Example
Text Example
White with #8FD20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD20E; }
p { color: rgb(143,210,14); }
H1.HeaderClassName
{
color: #8FD20E;
}
.AnyTagClassName
{
color: #8FD20E;
}
</style>
background-color css
<style>
a { background-color: #8FD20E; }
a { background-color: rgb(143,210,14); }
div.DivClassName
{
background-color: #8FD20E;
}
.BgClassName
{
background-color: #8FD20E;
}
</style>
border-color css
<style>
span { border-color: #8FD20E; }
span { border-color: rgb(143,210,14); }
td.TdClassName
{
border-color: #8FD20E;
}
.TagClassName
{
border-color: #8FD20E;
}
</style>