Shades of Chartreuse #88F60C
Tints of Chartreuse #88F60C
RGB
CMYK
RGB Variations
Color information
#88F60C (or 0x88F60C) is known color: Chartreuse. HEX triplet: 88, F6 and 0C. RGB value is (136,246,12). Sum of RGB (Red+Green+Blue) = 136+246+12=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 246 (96.48% from 255 or 62.44% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 246 - color contains mainly: green. Hex color #88F60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #88F60C is #7709F3. Grayscale: #BBBBBB. Windows color (decimal): -7801332 or 849544. OLE color: 849544.
HSL color Cylindrical-coordinate representation of color #88F60C: hue angle of 88.21º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88F60C is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 246 | 12 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.04 |
| HSL | 88.21º | 0.93% | 0.51% | - |
| HSV(B) | 88.21º | 0.95% | 0.96% | - |
| XYZ | 43.18 | 71.17 | 11.81 | - |
| YUV | 186.43 | 29.56 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 246 | 12 | 0.45 | 0 | 0.95 | 0.04 | 88.21 | 0.93 | 0.51 |
| Hex | 88 | F6 | C | 2D | 0 | 5F | 4 | 58 | 5D | 33 |
| Octal | 210 | 366 | 14 | 55 | 0 | 137 | 4 | 130 | 135 | 63 |
| Binary | 10001000 | 11110110 | 1100 | 101101 | 0 | 1011111 | 100 | 1011000 | 1011101 | 110011 |
Color Harmonies of #88F60C
Complementary color
Monochromatic Colors of #88F60C
Black with #88F60C
Text Example
Text Example
White with #88F60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F60C; }
p { color: rgb(136,246,12); }
H1.HeaderClassName
{
color: #88F60C;
}
.AnyTagClassName
{
color: #88F60C;
}
</style>
background-color css
<style>
a { background-color: #88F60C; }
a { background-color: rgb(136,246,12); }
div.DivClassName
{
background-color: #88F60C;
}
.BgClassName
{
background-color: #88F60C;
}
</style>
border-color css
<style>
span { border-color: #88F60C; }
span { border-color: rgb(136,246,12); }
td.TdClassName
{
border-color: #88F60C;
}
.TagClassName
{
border-color: #88F60C;
}
</style>