Shades of Yellow Green #88CA2F
Tints of Yellow Green #88CA2F
RGB
CMYK
RGB Variations
Color information
#88CA2F (or 0x88CA2F) is known color: Yellow Green. HEX triplet: 88, CA and 2F. RGB value is (136,202,47). Sum of RGB (Red+Green+Blue) = 136+202+47=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CA2F is #7735D0. Grayscale: #A5A5A5. Windows color (decimal): -7812561 or 3132040. OLE color: 3132040.
HSL color Cylindrical-coordinate representation of color #88CA2F: hue angle of 85.55º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88CA2F is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 47 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.21 |
| HSL | 85.55º | 0.62% | 0.49% | - |
| HSV(B) | 85.55º | 0.77% | 0.79% | - |
| XYZ | 31.79 | 47.68 | 10.22 | - |
| YUV | 164.6 | 61.63 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 47 | 0.33 | 0 | 0.77 | 0.21 | 85.55 | 0.62 | 0.49 |
| Hex | 88 | CA | 2F | 21 | 0 | 4D | 15 | 56 | 3E | 31 |
| Octal | 210 | 312 | 57 | 41 | 0 | 115 | 25 | 126 | 76 | 61 |
| Binary | 10001000 | 11001010 | 101111 | 100001 | 0 | 1001101 | 10101 | 1010110 | 111110 | 110001 |
Color Harmonies of #88CA2F
Complementary color
Monochromatic Colors of #88CA2F
Black with #88CA2F
Text Example
Text Example
White with #88CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA2F; }
p { color: rgb(136,202,47); }
H1.HeaderClassName
{
color: #88CA2F;
}
.AnyTagClassName
{
color: #88CA2F;
}
</style>
background-color css
<style>
a { background-color: #88CA2F; }
a { background-color: rgb(136,202,47); }
div.DivClassName
{
background-color: #88CA2F;
}
.BgClassName
{
background-color: #88CA2F;
}
</style>
border-color css
<style>
span { border-color: #88CA2F; }
span { border-color: rgb(136,202,47); }
td.TdClassName
{
border-color: #88CA2F;
}
.TagClassName
{
border-color: #88CA2F;
}
</style>