Shades of Citrus #8DBF07
Tints of Citrus #8DBF07
RGB
CMYK
RGB Variations
Color information
#8DBF07 (or 0x8DBF07) is known color: Citrus. HEX triplet: 8D, BF and 07. RGB value is (141,191,7). Sum of RGB (Red+Green+Blue) = 141+191+7=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF07 is #7240F8. Grayscale: #9B9B9B. Windows color (decimal): -7487737 or 507789. OLE color: 507789.
HSL color Cylindrical-coordinate representation of color #8DBF07: hue angle of 76.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DBF07 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 7 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.25 |
| HSL | 76.3º | 0.93% | 0.39% | - |
| HSV(B) | 76.3º | 0.96% | 0.75% | - |
| XYZ | 29.65 | 42.94 | 6.93 | - |
| YUV | 155.07 | 44.44 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 7 | 0.26 | 0 | 0.96 | 0.25 | 76.3 | 0.93 | 0.39 |
| Hex | 8D | BF | 7 | 1A | 0 | 60 | 19 | 4C | 5D | 27 |
| Octal | 215 | 277 | 7 | 32 | 0 | 140 | 31 | 114 | 135 | 47 |
| Binary | 10001101 | 10111111 | 111 | 11010 | 0 | 1100000 | 11001 | 1001100 | 1011101 | 100111 |
Color Harmonies of #8DBF07
Complementary color
Monochromatic Colors of #8DBF07
Black with #8DBF07
Text Example
Text Example
White with #8DBF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF07; }
p { color: rgb(141,191,7); }
H1.HeaderClassName
{
color: #8DBF07;
}
.AnyTagClassName
{
color: #8DBF07;
}
</style>
background-color css
<style>
a { background-color: #8DBF07; }
a { background-color: rgb(141,191,7); }
div.DivClassName
{
background-color: #8DBF07;
}
.BgClassName
{
background-color: #8DBF07;
}
</style>
border-color css
<style>
span { border-color: #8DBF07; }
span { border-color: rgb(141,191,7); }
td.TdClassName
{
border-color: #8DBF07;
}
.TagClassName
{
border-color: #8DBF07;
}
</style>