Shades of Citrus #8DBF15
Tints of Citrus #8DBF15
RGB
CMYK
RGB Variations
Color information
#8DBF15 (or 0x8DBF15) is known color: Citrus. HEX triplet: 8D, BF and 15. RGB value is (141,191,21). Sum of RGB (Red+Green+Blue) = 141+191+21=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF15 is #7240EA. Grayscale: #9D9D9D. Windows color (decimal): -7487723 or 1425293. OLE color: 1425293.
HSL color Cylindrical-coordinate representation of color #8DBF15: hue angle of 77.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DBF15 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 21 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.25 |
| HSL | 77.65º | 0.8% | 0.42% | - |
| HSV(B) | 77.65º | 0.89% | 0.75% | - |
| XYZ | 29.75 | 42.98 | 7.44 | - |
| YUV | 156.67 | 51.44 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 21 | 0.26 | 0 | 0.89 | 0.25 | 77.65 | 0.8 | 0.42 |
| Hex | 8D | BF | 15 | 1A | 0 | 59 | 19 | 4E | 50 | 2A |
| Octal | 215 | 277 | 25 | 32 | 0 | 131 | 31 | 116 | 120 | 52 |
| Binary | 10001101 | 10111111 | 10101 | 11010 | 0 | 1011001 | 11001 | 1001110 | 1010000 | 101010 |
Color Harmonies of #8DBF15
Complementary color
Monochromatic Colors of #8DBF15
Black with #8DBF15
Text Example
Text Example
White with #8DBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF15; }
p { color: rgb(141,191,21); }
H1.HeaderClassName
{
color: #8DBF15;
}
.AnyTagClassName
{
color: #8DBF15;
}
</style>
background-color css
<style>
a { background-color: #8DBF15; }
a { background-color: rgb(141,191,21); }
div.DivClassName
{
background-color: #8DBF15;
}
.BgClassName
{
background-color: #8DBF15;
}
</style>
border-color css
<style>
span { border-color: #8DBF15; }
span { border-color: rgb(141,191,21); }
td.TdClassName
{
border-color: #8DBF15;
}
.TagClassName
{
border-color: #8DBF15;
}
</style>