Shades of Citrus #8DBF14
Tints of Citrus #8DBF14
RGB
CMYK
RGB Variations
Color information
#8DBF14 (or 0x8DBF14) is known color: Citrus. HEX triplet: 8D, BF and 14. RGB value is (141,191,20). Sum of RGB (Red+Green+Blue) = 141+191+20=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF14 is #7240EB. Grayscale: #9D9D9D. Windows color (decimal): -7487724 or 1359757. OLE color: 1359757.
HSL color Cylindrical-coordinate representation of color #8DBF14: hue angle of 77.54º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DBF14 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 20 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.25 |
| HSL | 77.54º | 0.81% | 0.41% | - |
| HSV(B) | 77.54º | 0.9% | 0.75% | - |
| XYZ | 29.74 | 42.97 | 7.39 | - |
| YUV | 156.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 20 | 0.26 | 0 | 0.90 | 0.25 | 77.54 | 0.81 | 0.41 |
| Hex | 8D | BF | 14 | 1A | 0 | 5A | 19 | 4E | 51 | 29 |
| Octal | 215 | 277 | 24 | 32 | 0 | 132 | 31 | 116 | 121 | 51 |
| Binary | 10001101 | 10111111 | 10100 | 11010 | 0 | 1011010 | 11001 | 1001110 | 1010001 | 101001 |
Color Harmonies of #8DBF14
Complementary color
Monochromatic Colors of #8DBF14
Black with #8DBF14
Text Example
Text Example
White with #8DBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF14; }
p { color: rgb(141,191,20); }
H1.HeaderClassName
{
color: #8DBF14;
}
.AnyTagClassName
{
color: #8DBF14;
}
</style>
background-color css
<style>
a { background-color: #8DBF14; }
a { background-color: rgb(141,191,20); }
div.DivClassName
{
background-color: #8DBF14;
}
.BgClassName
{
background-color: #8DBF14;
}
</style>
border-color css
<style>
span { border-color: #8DBF14; }
span { border-color: rgb(141,191,20); }
td.TdClassName
{
border-color: #8DBF14;
}
.TagClassName
{
border-color: #8DBF14;
}
</style>