Shades of Citron #8DA325
Tints of Citron #8DA325
RGB
CMYK
RGB Variations
Color information
#8DA325 (or 0x8DA325) is known color: Citron. HEX triplet: 8D, A3 and 25. RGB value is (141,163,37). Sum of RGB (Red+Green+Blue) = 141+163+37=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA325 is #725CDA. Grayscale: #8E8E8E. Windows color (decimal): -7494875 or 2466701. OLE color: 2466701.
HSL color Cylindrical-coordinate representation of color #8DA325: hue angle of 70.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DA325 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 37 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.36 |
| HSL | 70.48º | 0.63% | 0.39% | - |
| HSV(B) | 70.48º | 0.77% | 0.64% | - |
| XYZ | 24.42 | 31.99 | 6.64 | - |
| YUV | 142.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 37 | 0.13 | 0 | 0.77 | 0.36 | 70.48 | 0.63 | 0.39 |
| Hex | 8D | A3 | 25 | D | 0 | 4D | 24 | 46 | 3F | 27 |
| Octal | 215 | 243 | 45 | 15 | 0 | 115 | 44 | 106 | 77 | 47 |
| Binary | 10001101 | 10100011 | 100101 | 1101 | 0 | 1001101 | 100100 | 1000110 | 111111 | 100111 |
Color Harmonies of #8DA325
Complementary color
Monochromatic Colors of #8DA325
Black with #8DA325
Text Example
Text Example
White with #8DA325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA325; }
p { color: rgb(141,163,37); }
H1.HeaderClassName
{
color: #8DA325;
}
.AnyTagClassName
{
color: #8DA325;
}
</style>
background-color css
<style>
a { background-color: #8DA325; }
a { background-color: rgb(141,163,37); }
div.DivClassName
{
background-color: #8DA325;
}
.BgClassName
{
background-color: #8DA325;
}
</style>
border-color css
<style>
span { border-color: #8DA325; }
span { border-color: rgb(141,163,37); }
td.TdClassName
{
border-color: #8DA325;
}
.TagClassName
{
border-color: #8DA325;
}
</style>