Shades of Citrus #8DBF12
Tints of Citrus #8DBF12
RGB
CMYK
RGB Variations
Color information
#8DBF12 (or 0x8DBF12) is known color: Citrus. HEX triplet: 8D, BF and 12. RGB value is (141,191,18). Sum of RGB (Red+Green+Blue) = 141+191+18=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF12 is #7240ED. Grayscale: #9C9C9C. Windows color (decimal): -7487726 or 1228685. OLE color: 1228685.
HSL color Cylindrical-coordinate representation of color #8DBF12: hue angle of 77.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DBF12 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 18 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.25 |
| HSL | 77.34º | 0.83% | 0.41% | - |
| HSV(B) | 77.34º | 0.91% | 0.75% | - |
| XYZ | 29.72 | 42.97 | 7.3 | - |
| YUV | 156.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 18 | 0.26 | 0 | 0.91 | 0.25 | 77.34 | 0.83 | 0.41 |
| Hex | 8D | BF | 12 | 1A | 0 | 5B | 19 | 4D | 53 | 29 |
| Octal | 215 | 277 | 22 | 32 | 0 | 133 | 31 | 115 | 123 | 51 |
| Binary | 10001101 | 10111111 | 10010 | 11010 | 0 | 1011011 | 11001 | 1001101 | 1010011 | 101001 |
Color Harmonies of #8DBF12
Complementary color
Monochromatic Colors of #8DBF12
Black with #8DBF12
Text Example
Text Example
White with #8DBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF12; }
p { color: rgb(141,191,18); }
H1.HeaderClassName
{
color: #8DBF12;
}
.AnyTagClassName
{
color: #8DBF12;
}
</style>
background-color css
<style>
a { background-color: #8DBF12; }
a { background-color: rgb(141,191,18); }
div.DivClassName
{
background-color: #8DBF12;
}
.BgClassName
{
background-color: #8DBF12;
}
</style>
border-color css
<style>
span { border-color: #8DBF12; }
span { border-color: rgb(141,191,18); }
td.TdClassName
{
border-color: #8DBF12;
}
.TagClassName
{
border-color: #8DBF12;
}
</style>