Shades of Citrus #8DA407
Tints of Citrus #8DA407
RGB
CMYK
RGB Variations
Color information
#8DA407 (or 0x8DA407) is known color: Citrus. HEX triplet: 8D, A4 and 07. RGB value is (141,164,7). Sum of RGB (Red+Green+Blue) = 141+164+7=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA407 is #725BF8. Grayscale: #8B8B8B. Windows color (decimal): -7494649 or 500877. OLE color: 500877.
HSL color Cylindrical-coordinate representation of color #8DA407: hue angle of 68.79º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DA407 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 164 | 7 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.36 |
| HSL | 68.79º | 0.92% | 0.34% | - |
| HSV(B) | 68.79º | 0.96% | 0.64% | - |
| XYZ | 24.3 | 32.23 | 5.14 | - |
| YUV | 139.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 7 | 0.14 | 0 | 0.96 | 0.36 | 68.79 | 0.92 | 0.34 |
| Hex | 8D | A4 | 7 | E | 0 | 60 | 24 | 45 | 5C | 22 |
| Octal | 215 | 244 | 7 | 16 | 0 | 140 | 44 | 105 | 134 | 42 |
| Binary | 10001101 | 10100100 | 111 | 1110 | 0 | 1100000 | 100100 | 1000101 | 1011100 | 100010 |
Color Harmonies of #8DA407
Complementary color
Monochromatic Colors of #8DA407
Black with #8DA407
Text Example
Text Example
White with #8DA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA407; }
p { color: rgb(141,164,7); }
H1.HeaderClassName
{
color: #8DA407;
}
.AnyTagClassName
{
color: #8DA407;
}
</style>
background-color css
<style>
a { background-color: #8DA407; }
a { background-color: rgb(141,164,7); }
div.DivClassName
{
background-color: #8DA407;
}
.BgClassName
{
background-color: #8DA407;
}
</style>
border-color css
<style>
span { border-color: #8DA407; }
span { border-color: rgb(141,164,7); }
td.TdClassName
{
border-color: #8DA407;
}
.TagClassName
{
border-color: #8DA407;
}
</style>