Shades of Citrus #8DB407
Tints of Citrus #8DB407
RGB
CMYK
RGB Variations
Color information
#8DB407 (or 0x8DB407) is known color: Citrus. HEX triplet: 8D, B4 and 07. RGB value is (141,180,7). Sum of RGB (Red+Green+Blue) = 141+180+7=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB407 is #724BF8. Grayscale: #959595. Windows color (decimal): -7490553 or 504973. OLE color: 504973.
HSL color Cylindrical-coordinate representation of color #8DB407: hue angle of 73.53º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DB407 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 7 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.29 |
| HSL | 73.53º | 0.93% | 0.37% | - |
| HSV(B) | 73.53º | 0.96% | 0.71% | - |
| XYZ | 27.34 | 38.32 | 6.16 | - |
| YUV | 148.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 7 | 0.22 | 0 | 0.96 | 0.29 | 73.53 | 0.93 | 0.37 |
| Hex | 8D | B4 | 7 | 16 | 0 | 60 | 1D | 4A | 5D | 25 |
| Octal | 215 | 264 | 7 | 26 | 0 | 140 | 35 | 112 | 135 | 45 |
| Binary | 10001101 | 10110100 | 111 | 10110 | 0 | 1100000 | 11101 | 1001010 | 1011101 | 100101 |
Color Harmonies of #8DB407
Complementary color
Monochromatic Colors of #8DB407
Black with #8DB407
Text Example
Text Example
White with #8DB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB407; }
p { color: rgb(141,180,7); }
H1.HeaderClassName
{
color: #8DB407;
}
.AnyTagClassName
{
color: #8DB407;
}
</style>
background-color css
<style>
a { background-color: #8DB407; }
a { background-color: rgb(141,180,7); }
div.DivClassName
{
background-color: #8DB407;
}
.BgClassName
{
background-color: #8DB407;
}
</style>
border-color css
<style>
span { border-color: #8DB407; }
span { border-color: rgb(141,180,7); }
td.TdClassName
{
border-color: #8DB407;
}
.TagClassName
{
border-color: #8DB407;
}
</style>