Shades of Citrus #88BE07
Tints of Citrus #88BE07
RGB
CMYK
RGB Variations
Color information
#88BE07 (or 0x88BE07) is known color: Citrus. HEX triplet: 88, BE and 07. RGB value is (136,190,7). Sum of RGB (Red+Green+Blue) = 136+190+7=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BE07 is #7741F8. Grayscale: #999999. Windows color (decimal): -7815673 or 507528. OLE color: 507528.
HSL color Cylindrical-coordinate representation of color #88BE07: hue angle of 77.7º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88BE07 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 7 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.25 |
| HSL | 77.7º | 0.93% | 0.39% | - |
| HSV(B) | 77.7º | 0.96% | 0.75% | - |
| XYZ | 28.61 | 42.08 | 6.81 | - |
| YUV | 152.99 | 45.61 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 7 | 0.28 | 0 | 0.96 | 0.25 | 77.7 | 0.93 | 0.39 |
| Hex | 88 | BE | 7 | 1C | 0 | 60 | 19 | 4E | 5D | 27 |
| Octal | 210 | 276 | 7 | 34 | 0 | 140 | 31 | 116 | 135 | 47 |
| Binary | 10001000 | 10111110 | 111 | 11100 | 0 | 1100000 | 11001 | 1001110 | 1011101 | 100111 |
Color Harmonies of #88BE07
Complementary color
Monochromatic Colors of #88BE07
Black with #88BE07
Text Example
Text Example
White with #88BE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BE07; }
p { color: rgb(136,190,7); }
H1.HeaderClassName
{
color: #88BE07;
}
.AnyTagClassName
{
color: #88BE07;
}
</style>
background-color css
<style>
a { background-color: #88BE07; }
a { background-color: rgb(136,190,7); }
div.DivClassName
{
background-color: #88BE07;
}
.BgClassName
{
background-color: #88BE07;
}
</style>
border-color css
<style>
span { border-color: #88BE07; }
span { border-color: rgb(136,190,7); }
td.TdClassName
{
border-color: #88BE07;
}
.TagClassName
{
border-color: #88BE07;
}
</style>