Shades of Citrus #8DB707
Tints of Citrus #8DB707
RGB
CMYK
RGB Variations
Color information
#8DB707 (or 0x8DB707) is known color: Citrus. HEX triplet: 8D, B7 and 07. RGB value is (141,183,7). Sum of RGB (Red+Green+Blue) = 141+183+7=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB707 is #7248F8. Grayscale: #979797. Windows color (decimal): -7489785 or 505741. OLE color: 505741.
HSL color Cylindrical-coordinate representation of color #8DB707: hue angle of 74.32º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DB707 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 7 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.28 |
| HSL | 74.32º | 0.93% | 0.37% | - |
| HSV(B) | 74.32º | 0.96% | 0.72% | - |
| XYZ | 27.96 | 39.55 | 6.36 | - |
| YUV | 150.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 7 | 0.23 | 0 | 0.96 | 0.28 | 74.32 | 0.93 | 0.37 |
| Hex | 8D | B7 | 7 | 17 | 0 | 60 | 1C | 4A | 5D | 25 |
| Octal | 215 | 267 | 7 | 27 | 0 | 140 | 34 | 112 | 135 | 45 |
| Binary | 10001101 | 10110111 | 111 | 10111 | 0 | 1100000 | 11100 | 1001010 | 1011101 | 100101 |
Color Harmonies of #8DB707
Complementary color
Monochromatic Colors of #8DB707
Black with #8DB707
Text Example
Text Example
White with #8DB707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB707; }
p { color: rgb(141,183,7); }
H1.HeaderClassName
{
color: #8DB707;
}
.AnyTagClassName
{
color: #8DB707;
}
</style>
background-color css
<style>
a { background-color: #8DB707; }
a { background-color: rgb(141,183,7); }
div.DivClassName
{
background-color: #8DB707;
}
.BgClassName
{
background-color: #8DB707;
}
</style>
border-color css
<style>
span { border-color: #8DB707; }
span { border-color: rgb(141,183,7); }
td.TdClassName
{
border-color: #8DB707;
}
.TagClassName
{
border-color: #8DB707;
}
</style>