Shades of Chartreuse #88FA14
Tints of Chartreuse #88FA14
RGB
CMYK
RGB Variations
Color information
#88FA14 (or 0x88FA14) is known color: Chartreuse. HEX triplet: 88, FA and 14. RGB value is (136,250,20). Sum of RGB (Red+Green+Blue) = 136+250+20=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #88FA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #88FA14 is #7705EB. Grayscale: #BEBEBE. Windows color (decimal): -7800300 or 1374856. OLE color: 1374856.
HSL color Cylindrical-coordinate representation of color #88FA14: hue angle of 89.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88FA14 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 250 | 20 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.02 |
| HSL | 89.74º | 0.96% | 0.53% | - |
| HSV(B) | 89.74º | 0.92% | 0.98% | - |
| XYZ | 44.47 | 73.66 | 12.54 | - |
| YUV | 189.69 | 32.23 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 250 | 20 | 0.46 | 0 | 0.92 | 0.02 | 89.74 | 0.96 | 0.53 |
| Hex | 88 | FA | 14 | 2E | 0 | 5C | 2 | 5A | 60 | 35 |
| Octal | 210 | 372 | 24 | 56 | 0 | 134 | 2 | 132 | 140 | 65 |
| Binary | 10001000 | 11111010 | 10100 | 101110 | 0 | 1011100 | 10 | 1011010 | 1100000 | 110101 |
Color Harmonies of #88FA14
Complementary color
Monochromatic Colors of #88FA14
Black with #88FA14
Text Example
Text Example
White with #88FA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FA14; }
p { color: rgb(136,250,20); }
H1.HeaderClassName
{
color: #88FA14;
}
.AnyTagClassName
{
color: #88FA14;
}
</style>
background-color css
<style>
a { background-color: #88FA14; }
a { background-color: rgb(136,250,20); }
div.DivClassName
{
background-color: #88FA14;
}
.BgClassName
{
background-color: #88FA14;
}
</style>
border-color css
<style>
span { border-color: #88FA14; }
span { border-color: rgb(136,250,20); }
td.TdClassName
{
border-color: #88FA14;
}
.TagClassName
{
border-color: #88FA14;
}
</style>