Shades of Citrus #8DB30C
Tints of Citrus #8DB30C
RGB
CMYK
RGB Variations
Color information
#8DB30C (or 0x8DB30C) is known color: Citrus. HEX triplet: 8D, B3 and 0C. RGB value is (141,179,12). Sum of RGB (Red+Green+Blue) = 141+179+12=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB30C is #724CF3. Grayscale: #959595. Windows color (decimal): -7490804 or 832397. OLE color: 832397.
HSL color Cylindrical-coordinate representation of color #8DB30C: hue angle of 73.65º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DB30C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 12 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.30 |
| HSL | 73.65º | 0.87% | 0.37% | - |
| HSV(B) | 73.65º | 0.93% | 0.7% | - |
| XYZ | 27.17 | 37.93 | 6.24 | - |
| YUV | 148.6 | 50.91 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 12 | 0.21 | 0 | 0.93 | 0.30 | 73.65 | 0.87 | 0.37 |
| Hex | 8D | B3 | C | 15 | 0 | 5D | 1E | 4A | 57 | 25 |
| Octal | 215 | 263 | 14 | 25 | 0 | 135 | 36 | 112 | 127 | 45 |
| Binary | 10001101 | 10110011 | 1100 | 10101 | 0 | 1011101 | 11110 | 1001010 | 1010111 | 100101 |
Color Harmonies of #8DB30C
Complementary color
Monochromatic Colors of #8DB30C
Black with #8DB30C
Text Example
Text Example
White with #8DB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB30C; }
p { color: rgb(141,179,12); }
H1.HeaderClassName
{
color: #8DB30C;
}
.AnyTagClassName
{
color: #8DB30C;
}
</style>
background-color css
<style>
a { background-color: #8DB30C; }
a { background-color: rgb(141,179,12); }
div.DivClassName
{
background-color: #8DB30C;
}
.BgClassName
{
background-color: #8DB30C;
}
</style>
border-color css
<style>
span { border-color: #8DB30C; }
span { border-color: rgb(141,179,12); }
td.TdClassName
{
border-color: #8DB30C;
}
.TagClassName
{
border-color: #8DB30C;
}
</style>