Shades of Lima #88B80F
Tints of Lima #88B80F
RGB
CMYK
RGB Variations
Color information
#88B80F (or 0x88B80F) is known color: Lima. HEX triplet: 88, B8 and 0F. RGB value is (136,184,15). Sum of RGB (Red+Green+Blue) = 136+184+15=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #88B80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B80F is #7747F0. Grayscale: #979797. Windows color (decimal): -7817201 or 1030280. OLE color: 1030280.
HSL color Cylindrical-coordinate representation of color #88B80F: hue angle of 77.04º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88B80F is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 184 | 15 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.28 |
| HSL | 77.04º | 0.85% | 0.39% | - |
| HSV(B) | 77.04º | 0.92% | 0.72% | - |
| XYZ | 27.38 | 39.55 | 6.64 | - |
| YUV | 150.38 | 51.6 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 184 | 15 | 0.26 | 0 | 0.92 | 0.28 | 77.04 | 0.85 | 0.39 |
| Hex | 88 | B8 | F | 1A | 0 | 5C | 1C | 4D | 55 | 27 |
| Octal | 210 | 270 | 17 | 32 | 0 | 134 | 34 | 115 | 125 | 47 |
| Binary | 10001000 | 10111000 | 1111 | 11010 | 0 | 1011100 | 11100 | 1001101 | 1010101 | 100111 |
Color Harmonies of #88B80F
Complementary color
Monochromatic Colors of #88B80F
Black with #88B80F
Text Example
Text Example
White with #88B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B80F; }
p { color: rgb(136,184,15); }
H1.HeaderClassName
{
color: #88B80F;
}
.AnyTagClassName
{
color: #88B80F;
}
</style>
background-color css
<style>
a { background-color: #88B80F; }
a { background-color: rgb(136,184,15); }
div.DivClassName
{
background-color: #88B80F;
}
.BgClassName
{
background-color: #88B80F;
}
</style>
border-color css
<style>
span { border-color: #88B80F; }
span { border-color: rgb(136,184,15); }
td.TdClassName
{
border-color: #88B80F;
}
.TagClassName
{
border-color: #88B80F;
}
</style>