Shades of Chartreuse #88FB14
Tints of Chartreuse #88FB14
RGB
CMYK
RGB Variations
Color information
#88FB14 (or 0x88FB14) is known color: Chartreuse. HEX triplet: 88, FB and 14. RGB value is (136,251,20). Sum of RGB (Red+Green+Blue) = 136+251+20=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 251 (98.44% from 255 or 61.67% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 251 - color contains mainly: green. Hex color #88FB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #88FB14 is #7704EB. Grayscale: #BFBFBF. Windows color (decimal): -7800044 or 1375112. OLE color: 1375112.
HSL color Cylindrical-coordinate representation of color #88FB14: hue angle of 89.87º degrees, saturation: 0.97, 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 #88FB14 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 251 | 20 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.02 |
| HSL | 89.87º | 0.97% | 0.53% | - |
| HSV(B) | 89.87º | 0.92% | 0.98% | - |
| XYZ | 44.78 | 74.28 | 12.64 | - |
| YUV | 190.28 | 31.9 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 251 | 20 | 0.46 | 0 | 0.92 | 0.02 | 89.87 | 0.97 | 0.53 |
| Hex | 88 | FB | 14 | 2E | 0 | 5C | 2 | 5A | 61 | 35 |
| Octal | 210 | 373 | 24 | 56 | 0 | 134 | 2 | 132 | 141 | 65 |
| Binary | 10001000 | 11111011 | 10100 | 101110 | 0 | 1011100 | 10 | 1011010 | 1100001 | 110101 |
Color Harmonies of #88FB14
Complementary color
Monochromatic Colors of #88FB14
Black with #88FB14
Text Example
Text Example
White with #88FB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FB14; }
p { color: rgb(136,251,20); }
H1.HeaderClassName
{
color: #88FB14;
}
.AnyTagClassName
{
color: #88FB14;
}
</style>
background-color css
<style>
a { background-color: #88FB14; }
a { background-color: rgb(136,251,20); }
div.DivClassName
{
background-color: #88FB14;
}
.BgClassName
{
background-color: #88FB14;
}
</style>
border-color css
<style>
span { border-color: #88FB14; }
span { border-color: rgb(136,251,20); }
td.TdClassName
{
border-color: #88FB14;
}
.TagClassName
{
border-color: #88FB14;
}
</style>