Shades of Yellow Green #88CB14
Tints of Yellow Green #88CB14
RGB
CMYK
RGB Variations
Color information
#88CB14 (or 0x88CB14) is known color: Yellow Green. HEX triplet: 88, CB and 14. RGB value is (136,203,20). Sum of RGB (Red+Green+Blue) = 136+203+20=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CB14 is #7734EB. Grayscale: #A2A2A2. Windows color (decimal): -7812332 or 1362824. OLE color: 1362824.
HSL color Cylindrical-coordinate representation of color #88CB14: hue angle of 81.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88CB14 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 203 | 20 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.20 |
| HSL | 81.97º | 0.82% | 0.44% | - |
| HSV(B) | 81.97º | 0.9% | 0.8% | - |
| XYZ | 31.64 | 48 | 8.26 | - |
| YUV | 162.11 | 47.8 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 203 | 20 | 0.33 | 0 | 0.90 | 0.20 | 81.97 | 0.82 | 0.44 |
| Hex | 88 | CB | 14 | 21 | 0 | 5A | 14 | 52 | 52 | 2C |
| Octal | 210 | 313 | 24 | 41 | 0 | 132 | 24 | 122 | 122 | 54 |
| Binary | 10001000 | 11001011 | 10100 | 100001 | 0 | 1011010 | 10100 | 1010010 | 1010010 | 101100 |
Color Harmonies of #88CB14
Complementary color
Monochromatic Colors of #88CB14
Black with #88CB14
Text Example
Text Example
White with #88CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CB14; }
p { color: rgb(136,203,20); }
H1.HeaderClassName
{
color: #88CB14;
}
.AnyTagClassName
{
color: #88CB14;
}
</style>
background-color css
<style>
a { background-color: #88CB14; }
a { background-color: rgb(136,203,20); }
div.DivClassName
{
background-color: #88CB14;
}
.BgClassName
{
background-color: #88CB14;
}
</style>
border-color css
<style>
span { border-color: #88CB14; }
span { border-color: rgb(136,203,20); }
td.TdClassName
{
border-color: #88CB14;
}
.TagClassName
{
border-color: #88CB14;
}
</style>