Shades of Citrus #8DB30E
Tints of Citrus #8DB30E
RGB
CMYK
RGB Variations
Color information
#8DB30E (or 0x8DB30E) is known color: Citrus. HEX triplet: 8D, B3 and 0E. RGB value is (141,179,14). Sum of RGB (Red+Green+Blue) = 141+179+14=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB30E is #724CF1. Grayscale: #959595. Windows color (decimal): -7490802 or 963469. OLE color: 963469.
HSL color Cylindrical-coordinate representation of color #8DB30E: hue angle of 73.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DB30E is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 14 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.30 |
| HSL | 73.82º | 0.85% | 0.38% | - |
| HSV(B) | 73.82º | 0.92% | 0.7% | - |
| XYZ | 27.18 | 37.93 | 6.3 | - |
| YUV | 148.83 | 51.91 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 14 | 0.21 | 0 | 0.92 | 0.30 | 73.82 | 0.85 | 0.38 |
| Hex | 8D | B3 | E | 15 | 0 | 5C | 1E | 4A | 55 | 26 |
| Octal | 215 | 263 | 16 | 25 | 0 | 134 | 36 | 112 | 125 | 46 |
| Binary | 10001101 | 10110011 | 1110 | 10101 | 0 | 1011100 | 11110 | 1001010 | 1010101 | 100110 |
Color Harmonies of #8DB30E
Complementary color
Monochromatic Colors of #8DB30E
Black with #8DB30E
Text Example
Text Example
White with #8DB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB30E; }
p { color: rgb(141,179,14); }
H1.HeaderClassName
{
color: #8DB30E;
}
.AnyTagClassName
{
color: #8DB30E;
}
</style>
background-color css
<style>
a { background-color: #8DB30E; }
a { background-color: rgb(141,179,14); }
div.DivClassName
{
background-color: #8DB30E;
}
.BgClassName
{
background-color: #8DB30E;
}
</style>
border-color css
<style>
span { border-color: #8DB30E; }
span { border-color: rgb(141,179,14); }
td.TdClassName
{
border-color: #8DB30E;
}
.TagClassName
{
border-color: #8DB30E;
}
</style>