Shades of Citrus #8DBF04
Tints of Citrus #8DBF04
RGB
CMYK
RGB Variations
Color information
#8DBF04 (or 0x8DBF04) is known color: Citrus. HEX triplet: 8D, BF and 04. RGB value is (141,191,4). Sum of RGB (Red+Green+Blue) = 141+191+4=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF04 is #7240FB. Grayscale: #9B9B9B. Windows color (decimal): -7487740 or 311181. OLE color: 311181.
HSL color Cylindrical-coordinate representation of color #8DBF04: hue angle of 76.04º 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 #8DBF04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.25 |
| HSL | 76.04º | 0.96% | 0.38% | - |
| HSV(B) | 76.04º | 0.98% | 0.75% | - |
| XYZ | 29.64 | 42.93 | 6.84 | - |
| YUV | 154.73 | 42.94 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 4 | 0.26 | 0 | 0.98 | 0.25 | 76.04 | 0.96 | 0.38 |
| Hex | 8D | BF | 4 | 1A | 0 | 62 | 19 | 4C | 60 | 26 |
| Octal | 215 | 277 | 4 | 32 | 0 | 142 | 31 | 114 | 140 | 46 |
| Binary | 10001101 | 10111111 | 100 | 11010 | 0 | 1100010 | 11001 | 1001100 | 1100000 | 100110 |
Color Harmonies of #8DBF04
Complementary color
Monochromatic Colors of #8DBF04
Black with #8DBF04
Text Example
Text Example
White with #8DBF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF04; }
p { color: rgb(141,191,4); }
H1.HeaderClassName
{
color: #8DBF04;
}
.AnyTagClassName
{
color: #8DBF04;
}
</style>
background-color css
<style>
a { background-color: #8DBF04; }
a { background-color: rgb(141,191,4); }
div.DivClassName
{
background-color: #8DBF04;
}
.BgClassName
{
background-color: #8DBF04;
}
</style>
border-color css
<style>
span { border-color: #8DBF04; }
span { border-color: rgb(141,191,4); }
td.TdClassName
{
border-color: #8DBF04;
}
.TagClassName
{
border-color: #8DBF04;
}
</style>