Shades of Citrus #8DBF10
Tints of Citrus #8DBF10
RGB
CMYK
RGB Variations
Color information
#8DBF10 (or 0x8DBF10) is known color: Citrus. HEX triplet: 8D, BF and 10. RGB value is (141,191,16). Sum of RGB (Red+Green+Blue) = 141+191+16=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF10 is #7240EF. Grayscale: #9C9C9C. Windows color (decimal): -7487728 or 1097613. OLE color: 1097613.
HSL color Cylindrical-coordinate representation of color #8DBF10: hue angle of 77.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DBF10 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 16 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.25 |
| HSL | 77.14º | 0.85% | 0.41% | - |
| HSV(B) | 77.14º | 0.92% | 0.75% | - |
| XYZ | 29.71 | 42.96 | 7.22 | - |
| YUV | 156.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 16 | 0.26 | 0 | 0.92 | 0.25 | 77.14 | 0.85 | 0.41 |
| Hex | 8D | BF | 10 | 1A | 0 | 5C | 19 | 4D | 55 | 29 |
| Octal | 215 | 277 | 20 | 32 | 0 | 134 | 31 | 115 | 125 | 51 |
| Binary | 10001101 | 10111111 | 10000 | 11010 | 0 | 1011100 | 11001 | 1001101 | 1010101 | 101001 |
Color Harmonies of #8DBF10
Complementary color
Monochromatic Colors of #8DBF10
Black with #8DBF10
Text Example
Text Example
White with #8DBF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF10; }
p { color: rgb(141,191,16); }
H1.HeaderClassName
{
color: #8DBF10;
}
.AnyTagClassName
{
color: #8DBF10;
}
</style>
background-color css
<style>
a { background-color: #8DBF10; }
a { background-color: rgb(141,191,16); }
div.DivClassName
{
background-color: #8DBF10;
}
.BgClassName
{
background-color: #8DBF10;
}
</style>
border-color css
<style>
span { border-color: #8DBF10; }
span { border-color: rgb(141,191,16); }
td.TdClassName
{
border-color: #8DBF10;
}
.TagClassName
{
border-color: #8DBF10;
}
</style>