Shades of Citrus #8DBF02
Tints of Citrus #8DBF02
RGB
CMYK
RGB Variations
Color information
#8DBF02 (or 0x8DBF02) is known color: Citrus. HEX triplet: 8D, BF and 02. RGB value is (141,191,2). Sum of RGB (Red+Green+Blue) = 141+191+2=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF02 is #7240FD. Grayscale: #9B9B9B. Windows color (decimal): -7487742 or 180109. OLE color: 180109.
HSL color Cylindrical-coordinate representation of color #8DBF02: hue angle of 75.87º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DBF02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.25 |
| HSL | 75.87º | 0.98% | 0.38% | - |
| HSV(B) | 75.87º | 0.99% | 0.75% | - |
| XYZ | 29.63 | 42.93 | 6.78 | - |
| YUV | 154.5 | 41.94 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 2 | 0.26 | 0 | 0.99 | 0.25 | 75.87 | 0.98 | 0.38 |
| Hex | 8D | BF | 2 | 1A | 0 | 63 | 19 | 4C | 62 | 26 |
| Octal | 215 | 277 | 2 | 32 | 0 | 143 | 31 | 114 | 142 | 46 |
| Binary | 10001101 | 10111111 | 10 | 11010 | 0 | 1100011 | 11001 | 1001100 | 1100010 | 100110 |
Color Harmonies of #8DBF02
Complementary color
Monochromatic Colors of #8DBF02
Black with #8DBF02
Text Example
Text Example
White with #8DBF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF02; }
p { color: rgb(141,191,2); }
H1.HeaderClassName
{
color: #8DBF02;
}
.AnyTagClassName
{
color: #8DBF02;
}
</style>
background-color css
<style>
a { background-color: #8DBF02; }
a { background-color: rgb(141,191,2); }
div.DivClassName
{
background-color: #8DBF02;
}
.BgClassName
{
background-color: #8DBF02;
}
</style>
border-color css
<style>
span { border-color: #8DBF02; }
span { border-color: rgb(141,191,2); }
td.TdClassName
{
border-color: #8DBF02;
}
.TagClassName
{
border-color: #8DBF02;
}
</style>