Shades of Citrus #8DBC00
Tints of Citrus #8DBC00
RGB
CMYK
RGB Variations
Color information
#8DBC00 (or 0x8DBC00) is known color: Citrus. HEX triplet: 8D, BC and 00. RGB value is (141,188,0). Sum of RGB (Red+Green+Blue) = 141+188+0=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBC00 is #7243FF. Grayscale: #999999. Windows color (decimal): -7488512 or 48269. OLE color: 48269.
HSL color Cylindrical-coordinate representation of color #8DBC00: hue angle of 75º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DBC00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.26 |
| HSL | 75º | 1% | 0.37% | - |
| HSV(B) | 75º | 1% | 0.74% | - |
| XYZ | 28.97 | 41.63 | 6.51 | - |
| YUV | 152.52 | 41.93 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 0 | 0.25 | 0 | 1 | 0.26 | 75 | 1 | 0.37 |
| Hex | 8D | BC | 0 | 19 | 0 | 64 | 1A | 4B | 64 | 25 |
| Octal | 215 | 274 | 0 | 31 | 0 | 144 | 32 | 113 | 144 | 45 |
| Binary | 10001101 | 10111100 | 0 | 11001 | 0 | 1100100 | 11010 | 1001011 | 1100100 | 100101 |
Color Harmonies of #8DBC00
Complementary color
Monochromatic Colors of #8DBC00
Black with #8DBC00
Text Example
Text Example
White with #8DBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC00; }
p { color: rgb(141,188,0); }
H1.HeaderClassName
{
color: #8DBC00;
}
.AnyTagClassName
{
color: #8DBC00;
}
</style>
background-color css
<style>
a { background-color: #8DBC00; }
a { background-color: rgb(141,188,0); }
div.DivClassName
{
background-color: #8DBC00;
}
.BgClassName
{
background-color: #8DBC00;
}
</style>
border-color css
<style>
span { border-color: #8DBC00; }
span { border-color: rgb(141,188,0); }
td.TdClassName
{
border-color: #8DBC00;
}
.TagClassName
{
border-color: #8DBC00;
}
</style>