Shades of Citrus #8FB80E
Tints of Citrus #8FB80E
RGB
CMYK
RGB Variations
Color information
#8FB80E (or 0x8FB80E) is known color: Citrus. HEX triplet: 8F, B8 and 0E. RGB value is (143,184,14). Sum of RGB (Red+Green+Blue) = 143+184+14=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB80E is #7047F1. Grayscale: #989898. Windows color (decimal): -7358450 or 964751. OLE color: 964751.
HSL color Cylindrical-coordinate representation of color #8FB80E: hue angle of 74.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FB80E is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 14 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.28 |
| HSL | 74.47º | 0.86% | 0.39% | - |
| HSV(B) | 74.47º | 0.92% | 0.72% | - |
| XYZ | 28.55 | 40.15 | 6.66 | - |
| YUV | 152.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 14 | 0.22 | 0 | 0.92 | 0.28 | 74.47 | 0.86 | 0.39 |
| Hex | 8F | B8 | E | 16 | 0 | 5C | 1C | 4A | 56 | 27 |
| Octal | 217 | 270 | 16 | 26 | 0 | 134 | 34 | 112 | 126 | 47 |
| Binary | 10001111 | 10111000 | 1110 | 10110 | 0 | 1011100 | 11100 | 1001010 | 1010110 | 100111 |
Color Harmonies of #8FB80E
Complementary color
Monochromatic Colors of #8FB80E
Black with #8FB80E
Text Example
Text Example
White with #8FB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB80E; }
p { color: rgb(143,184,14); }
H1.HeaderClassName
{
color: #8FB80E;
}
.AnyTagClassName
{
color: #8FB80E;
}
</style>
background-color css
<style>
a { background-color: #8FB80E; }
a { background-color: rgb(143,184,14); }
div.DivClassName
{
background-color: #8FB80E;
}
.BgClassName
{
background-color: #8FB80E;
}
</style>
border-color css
<style>
span { border-color: #8FB80E; }
span { border-color: rgb(143,184,14); }
td.TdClassName
{
border-color: #8FB80E;
}
.TagClassName
{
border-color: #8FB80E;
}
</style>