Shades of Citrus #8DBF09
Tints of Citrus #8DBF09
RGB
CMYK
RGB Variations
Color information
#8DBF09 (or 0x8DBF09) is known color: Citrus. HEX triplet: 8D, BF and 09. RGB value is (141,191,9). Sum of RGB (Red+Green+Blue) = 141+191+9=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF09 is #7240F6. Grayscale: #9B9B9B. Windows color (decimal): -7487735 or 638861. OLE color: 638861.
HSL color Cylindrical-coordinate representation of color #8DBF09: hue angle of 76.48º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DBF09 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 9 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.25 |
| HSL | 76.48º | 0.91% | 0.39% | - |
| HSV(B) | 76.48º | 0.95% | 0.75% | - |
| XYZ | 29.66 | 42.94 | 6.98 | - |
| YUV | 155.3 | 45.44 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 9 | 0.26 | 0 | 0.95 | 0.25 | 76.48 | 0.91 | 0.39 |
| Hex | 8D | BF | 9 | 1A | 0 | 5F | 19 | 4C | 5B | 27 |
| Octal | 215 | 277 | 11 | 32 | 0 | 137 | 31 | 114 | 133 | 47 |
| Binary | 10001101 | 10111111 | 1001 | 11010 | 0 | 1011111 | 11001 | 1001100 | 1011011 | 100111 |
Color Harmonies of #8DBF09
Complementary color
Monochromatic Colors of #8DBF09
Black with #8DBF09
Text Example
Text Example
White with #8DBF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF09; }
p { color: rgb(141,191,9); }
H1.HeaderClassName
{
color: #8DBF09;
}
.AnyTagClassName
{
color: #8DBF09;
}
</style>
background-color css
<style>
a { background-color: #8DBF09; }
a { background-color: rgb(141,191,9); }
div.DivClassName
{
background-color: #8DBF09;
}
.BgClassName
{
background-color: #8DBF09;
}
</style>
border-color css
<style>
span { border-color: #8DBF09; }
span { border-color: rgb(141,191,9); }
td.TdClassName
{
border-color: #8DBF09;
}
.TagClassName
{
border-color: #8DBF09;
}
</style>