Shades of Citrus #88BF0D
Tints of Citrus #88BF0D
RGB
CMYK
RGB Variations
Color information
#88BF0D (or 0x88BF0D) is known color: Citrus. HEX triplet: 88, BF and 0D. RGB value is (136,191,13). Sum of RGB (Red+Green+Blue) = 136+191+13=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BF0D is #7740F2. Grayscale: #9A9A9A. Windows color (decimal): -7815411 or 901000. OLE color: 901000.
HSL color Cylindrical-coordinate representation of color #88BF0D: hue angle of 78.54º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88BF0D is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 13 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.25 |
| HSL | 78.54º | 0.87% | 0.4% | - |
| HSV(B) | 78.54º | 0.93% | 0.75% | - |
| XYZ | 28.86 | 42.52 | 7.07 | - |
| YUV | 154.26 | 48.28 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 13 | 0.29 | 0 | 0.93 | 0.25 | 78.54 | 0.87 | 0.4 |
| Hex | 88 | BF | D | 1D | 0 | 5D | 19 | 4F | 57 | 28 |
| Octal | 210 | 277 | 15 | 35 | 0 | 135 | 31 | 117 | 127 | 50 |
| Binary | 10001000 | 10111111 | 1101 | 11101 | 0 | 1011101 | 11001 | 1001111 | 1010111 | 101000 |
Color Harmonies of #88BF0D
Complementary color
Monochromatic Colors of #88BF0D
Black with #88BF0D
Text Example
Text Example
White with #88BF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BF0D; }
p { color: rgb(136,191,13); }
H1.HeaderClassName
{
color: #88BF0D;
}
.AnyTagClassName
{
color: #88BF0D;
}
</style>
background-color css
<style>
a { background-color: #88BF0D; }
a { background-color: rgb(136,191,13); }
div.DivClassName
{
background-color: #88BF0D;
}
.BgClassName
{
background-color: #88BF0D;
}
</style>
border-color css
<style>
span { border-color: #88BF0D; }
span { border-color: rgb(136,191,13); }
td.TdClassName
{
border-color: #88BF0D;
}
.TagClassName
{
border-color: #88BF0D;
}
</style>