Shades of Citrus #8DBF13
Tints of Citrus #8DBF13
RGB
CMYK
RGB Variations
Color information
#8DBF13 (or 0x8DBF13) is known color: Citrus. HEX triplet: 8D, BF and 13. RGB value is (141,191,19). Sum of RGB (Red+Green+Blue) = 141+191+19=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF13 is #7240EC. Grayscale: #9D9D9D. Windows color (decimal): -7487725 or 1294221. OLE color: 1294221.
HSL color Cylindrical-coordinate representation of color #8DBF13: hue angle of 77.44º degrees, saturation: 0.82, 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 #8DBF13 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 19 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.25 |
| HSL | 77.44º | 0.82% | 0.41% | - |
| HSV(B) | 77.44º | 0.9% | 0.75% | - |
| XYZ | 29.73 | 42.97 | 7.34 | - |
| YUV | 156.44 | 50.44 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 19 | 0.26 | 0 | 0.90 | 0.25 | 77.44 | 0.82 | 0.41 |
| Hex | 8D | BF | 13 | 1A | 0 | 5A | 19 | 4D | 52 | 29 |
| Octal | 215 | 277 | 23 | 32 | 0 | 132 | 31 | 115 | 122 | 51 |
| Binary | 10001101 | 10111111 | 10011 | 11010 | 0 | 1011010 | 11001 | 1001101 | 1010010 | 101001 |
Color Harmonies of #8DBF13
Complementary color
Monochromatic Colors of #8DBF13
Black with #8DBF13
Text Example
Text Example
White with #8DBF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF13; }
p { color: rgb(141,191,19); }
H1.HeaderClassName
{
color: #8DBF13;
}
.AnyTagClassName
{
color: #8DBF13;
}
</style>
background-color css
<style>
a { background-color: #8DBF13; }
a { background-color: rgb(141,191,19); }
div.DivClassName
{
background-color: #8DBF13;
}
.BgClassName
{
background-color: #8DBF13;
}
</style>
border-color css
<style>
span { border-color: #8DBF13; }
span { border-color: rgb(141,191,19); }
td.TdClassName
{
border-color: #8DBF13;
}
.TagClassName
{
border-color: #8DBF13;
}
</style>