Shades of Citrus #8FD10E
Tints of Citrus #8FD10E
RGB
CMYK
RGB Variations
Color information
#8FD10E (or 0x8FD10E) is known color: Citrus. HEX triplet: 8F, D1 and 0E. RGB value is (143,209,14). Sum of RGB (Red+Green+Blue) = 143+209+14=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD10E is #702EF1. Grayscale: #A7A7A7. Windows color (decimal): -7352050 or 971151. OLE color: 971151.
HSL color Cylindrical-coordinate representation of color #8FD10E: hue angle of 80.31º degrees, saturation: 0.87, 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 #8FD10E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 209 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.18 |
| HSL | 80.31º | 0.87% | 0.44% | - |
| HSV(B) | 80.31º | 0.93% | 0.82% | - |
| XYZ | 34.21 | 51.47 | 8.55 | - |
| YUV | 167.04 | 41.63 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 14 | 0.32 | 0 | 0.93 | 0.18 | 80.31 | 0.87 | 0.44 |
| Hex | 8F | D1 | E | 20 | 0 | 5D | 12 | 50 | 57 | 2C |
| Octal | 217 | 321 | 16 | 40 | 0 | 135 | 22 | 120 | 127 | 54 |
| Binary | 10001111 | 11010001 | 1110 | 100000 | 0 | 1011101 | 10010 | 1010000 | 1010111 | 101100 |
Color Harmonies of #8FD10E
Complementary color
Monochromatic Colors of #8FD10E
Black with #8FD10E
Text Example
Text Example
White with #8FD10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD10E; }
p { color: rgb(143,209,14); }
H1.HeaderClassName
{
color: #8FD10E;
}
.AnyTagClassName
{
color: #8FD10E;
}
</style>
background-color css
<style>
a { background-color: #8FD10E; }
a { background-color: rgb(143,209,14); }
div.DivClassName
{
background-color: #8FD10E;
}
.BgClassName
{
background-color: #8FD10E;
}
</style>
border-color css
<style>
span { border-color: #8FD10E; }
span { border-color: rgb(143,209,14); }
td.TdClassName
{
border-color: #8FD10E;
}
.TagClassName
{
border-color: #8FD10E;
}
</style>