Shades of Citrus #8DBB02
Tints of Citrus #8DBB02
RGB
CMYK
RGB Variations
Color information
#8DBB02 (or 0x8DBB02) is known color: Citrus. HEX triplet: 8D, BB and 02. RGB value is (141,187,2). Sum of RGB (Red+Green+Blue) = 141+187+2=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB02 is #7244FD. Grayscale: #989898. Windows color (decimal): -7488766 or 179085. OLE color: 179085.
HSL color Cylindrical-coordinate representation of color #8DBB02: hue angle of 74.92º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DBB02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.27 |
| HSL | 74.92º | 0.98% | 0.37% | - |
| HSV(B) | 74.92º | 0.99% | 0.73% | - |
| XYZ | 28.77 | 41.21 | 6.5 | - |
| YUV | 152.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 2 | 0.25 | 0 | 0.99 | 0.27 | 74.92 | 0.98 | 0.37 |
| Hex | 8D | BB | 2 | 19 | 0 | 63 | 1B | 4B | 62 | 25 |
| Octal | 215 | 273 | 2 | 31 | 0 | 143 | 33 | 113 | 142 | 45 |
| Binary | 10001101 | 10111011 | 10 | 11001 | 0 | 1100011 | 11011 | 1001011 | 1100010 | 100101 |
Color Harmonies of #8DBB02
Complementary color
Monochromatic Colors of #8DBB02
Black with #8DBB02
Text Example
Text Example
White with #8DBB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB02; }
p { color: rgb(141,187,2); }
H1.HeaderClassName
{
color: #8DBB02;
}
.AnyTagClassName
{
color: #8DBB02;
}
</style>
background-color css
<style>
a { background-color: #8DBB02; }
a { background-color: rgb(141,187,2); }
div.DivClassName
{
background-color: #8DBB02;
}
.BgClassName
{
background-color: #8DBB02;
}
</style>
border-color css
<style>
span { border-color: #8DBB02; }
span { border-color: rgb(141,187,2); }
td.TdClassName
{
border-color: #8DBB02;
}
.TagClassName
{
border-color: #8DBB02;
}
</style>