Shades of Citrus #8DAE03
Tints of Citrus #8DAE03
RGB
CMYK
RGB Variations
Color information
#8DAE03 (or 0x8DAE03) is known color: Citrus. HEX triplet: 8D, AE and 03. RGB value is (141,174,3). Sum of RGB (Red+Green+Blue) = 141+174+3=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAE03 is #7251FC. Grayscale: #919191. Windows color (decimal): -7492093 or 241293. OLE color: 241293.
HSL color Cylindrical-coordinate representation of color #8DAE03: hue angle of 71.58º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DAE03 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 3 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.32 |
| HSL | 71.58º | 0.97% | 0.35% | - |
| HSV(B) | 71.58º | 0.98% | 0.68% | - |
| XYZ | 26.14 | 35.94 | 5.65 | - |
| YUV | 144.64 | 48.07 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 3 | 0.19 | 0 | 0.98 | 0.32 | 71.58 | 0.97 | 0.35 |
| Hex | 8D | AE | 3 | 13 | 0 | 62 | 20 | 48 | 61 | 23 |
| Octal | 215 | 256 | 3 | 23 | 0 | 142 | 40 | 110 | 141 | 43 |
| Binary | 10001101 | 10101110 | 11 | 10011 | 0 | 1100010 | 100000 | 1001000 | 1100001 | 100011 |
Color Harmonies of #8DAE03
Complementary color
Monochromatic Colors of #8DAE03
Black with #8DAE03
Text Example
Text Example
White with #8DAE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE03; }
p { color: rgb(141,174,3); }
H1.HeaderClassName
{
color: #8DAE03;
}
.AnyTagClassName
{
color: #8DAE03;
}
</style>
background-color css
<style>
a { background-color: #8DAE03; }
a { background-color: rgb(141,174,3); }
div.DivClassName
{
background-color: #8DAE03;
}
.BgClassName
{
background-color: #8DAE03;
}
</style>
border-color css
<style>
span { border-color: #8DAE03; }
span { border-color: rgb(141,174,3); }
td.TdClassName
{
border-color: #8DAE03;
}
.TagClassName
{
border-color: #8DAE03;
}
</style>