Shades of Citrus #8DBE04
Tints of Citrus #8DBE04
RGB
CMYK
RGB Variations
Color information
#8DBE04 (or 0x8DBE04) is known color: Citrus. HEX triplet: 8D, BE and 04. RGB value is (141,190,4). Sum of RGB (Red+Green+Blue) = 141+190+4=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBE04 is #7241FB. Grayscale: #9A9A9A. Windows color (decimal): -7487996 or 310925. OLE color: 310925.
HSL color Cylindrical-coordinate representation of color #8DBE04: hue angle of 75.81º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DBE04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.25 |
| HSL | 75.81º | 0.96% | 0.38% | - |
| HSV(B) | 75.81º | 0.98% | 0.75% | - |
| XYZ | 29.42 | 42.5 | 6.77 | - |
| YUV | 154.15 | 43.27 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 4 | 0.26 | 0 | 0.98 | 0.25 | 75.81 | 0.96 | 0.38 |
| Hex | 8D | BE | 4 | 1A | 0 | 62 | 19 | 4C | 60 | 26 |
| Octal | 215 | 276 | 4 | 32 | 0 | 142 | 31 | 114 | 140 | 46 |
| Binary | 10001101 | 10111110 | 100 | 11010 | 0 | 1100010 | 11001 | 1001100 | 1100000 | 100110 |
Color Harmonies of #8DBE04
Complementary color
Monochromatic Colors of #8DBE04
Black with #8DBE04
Text Example
Text Example
White with #8DBE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE04; }
p { color: rgb(141,190,4); }
H1.HeaderClassName
{
color: #8DBE04;
}
.AnyTagClassName
{
color: #8DBE04;
}
</style>
background-color css
<style>
a { background-color: #8DBE04; }
a { background-color: rgb(141,190,4); }
div.DivClassName
{
background-color: #8DBE04;
}
.BgClassName
{
background-color: #8DBE04;
}
</style>
border-color css
<style>
span { border-color: #8DBE04; }
span { border-color: rgb(141,190,4); }
td.TdClassName
{
border-color: #8DBE04;
}
.TagClassName
{
border-color: #8DBE04;
}
</style>