Shades of Citrus #8DB703
Tints of Citrus #8DB703
RGB
CMYK
RGB Variations
Color information
#8DB703 (or 0x8DB703) is known color: Citrus. HEX triplet: 8D, B7 and 03. RGB value is (141,183,3). Sum of RGB (Red+Green+Blue) = 141+183+3=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB703 is #7248FC. Grayscale: #969696. Windows color (decimal): -7489789 or 243597. OLE color: 243597.
HSL color Cylindrical-coordinate representation of color #8DB703: hue angle of 74º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DB703 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.28 |
| HSL | 74º | 0.97% | 0.36% | - |
| HSV(B) | 74º | 0.98% | 0.72% | - |
| XYZ | 27.93 | 39.54 | 6.25 | - |
| YUV | 149.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 3 | 0.23 | 0 | 0.98 | 0.28 | 74 | 0.97 | 0.36 |
| Hex | 8D | B7 | 3 | 17 | 0 | 62 | 1C | 4A | 61 | 24 |
| Octal | 215 | 267 | 3 | 27 | 0 | 142 | 34 | 112 | 141 | 44 |
| Binary | 10001101 | 10110111 | 11 | 10111 | 0 | 1100010 | 11100 | 1001010 | 1100001 | 100100 |
Color Harmonies of #8DB703
Complementary color
Monochromatic Colors of #8DB703
Black with #8DB703
Text Example
Text Example
White with #8DB703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB703; }
p { color: rgb(141,183,3); }
H1.HeaderClassName
{
color: #8DB703;
}
.AnyTagClassName
{
color: #8DB703;
}
</style>
background-color css
<style>
a { background-color: #8DB703; }
a { background-color: rgb(141,183,3); }
div.DivClassName
{
background-color: #8DB703;
}
.BgClassName
{
background-color: #8DB703;
}
</style>
border-color css
<style>
span { border-color: #8DB703; }
span { border-color: rgb(141,183,3); }
td.TdClassName
{
border-color: #8DB703;
}
.TagClassName
{
border-color: #8DB703;
}
</style>