Shades of Citrus #8DAE05
Tints of Citrus #8DAE05
RGB
CMYK
RGB Variations
Color information
#8DAE05 (or 0x8DAE05) is known color: Citrus. HEX triplet: 8D, AE and 05. RGB value is (141,174,5). Sum of RGB (Red+Green+Blue) = 141+174+5=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAE05 is #7251FA. Grayscale: #919191. Windows color (decimal): -7492091 or 372365. OLE color: 372365.
HSL color Cylindrical-coordinate representation of color #8DAE05: hue angle of 71.72º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DAE05 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.32 |
| HSL | 71.72º | 0.94% | 0.35% | - |
| HSV(B) | 71.72º | 0.97% | 0.68% | - |
| XYZ | 26.15 | 35.95 | 5.7 | - |
| YUV | 144.87 | 49.07 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 5 | 0.19 | 0 | 0.97 | 0.32 | 71.72 | 0.94 | 0.35 |
| Hex | 8D | AE | 5 | 13 | 0 | 61 | 20 | 48 | 5E | 23 |
| Octal | 215 | 256 | 5 | 23 | 0 | 141 | 40 | 110 | 136 | 43 |
| Binary | 10001101 | 10101110 | 101 | 10011 | 0 | 1100001 | 100000 | 1001000 | 1011110 | 100011 |
Color Harmonies of #8DAE05
Complementary color
Monochromatic Colors of #8DAE05
Black with #8DAE05
Text Example
Text Example
White with #8DAE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE05; }
p { color: rgb(141,174,5); }
H1.HeaderClassName
{
color: #8DAE05;
}
.AnyTagClassName
{
color: #8DAE05;
}
</style>
background-color css
<style>
a { background-color: #8DAE05; }
a { background-color: rgb(141,174,5); }
div.DivClassName
{
background-color: #8DAE05;
}
.BgClassName
{
background-color: #8DAE05;
}
</style>
border-color css
<style>
span { border-color: #8DAE05; }
span { border-color: rgb(141,174,5); }
td.TdClassName
{
border-color: #8DAE05;
}
.TagClassName
{
border-color: #8DAE05;
}
</style>