Shades of Chartreuse #80FC0F
Tints of Chartreuse #80FC0F
RGB
CMYK
RGB Variations
Color information
#80FC0F (or 0x80FC0F) is known color: Chartreuse. HEX triplet: 80, FC and 0F. RGB value is (128,252,15). Sum of RGB (Red+Green+Blue) = 128+252+15=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 252 (98.83% from 255 or 63.80% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FC0F is #7F03F0. Grayscale: #BCBCBC. Windows color (decimal): -8324081 or 1047680. OLE color: 1047680.
HSL color Cylindrical-coordinate representation of color #80FC0F: hue angle of 91.39º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80FC0F is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 15 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.01 |
| HSL | 91.39º | 0.98% | 0.52% | - |
| HSV(B) | 91.39º | 0.94% | 0.99% | - |
| XYZ | 43.8 | 74.24 | 12.47 | - |
| YUV | 187.91 | 30.42 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 15 | 0.49 | 0 | 0.94 | 0.01 | 91.39 | 0.98 | 0.52 |
| Hex | 80 | FC | F | 31 | 0 | 5E | 1 | 5B | 62 | 34 |
| Octal | 200 | 374 | 17 | 61 | 0 | 136 | 1 | 133 | 142 | 64 |
| Binary | 10000000 | 11111100 | 1111 | 110001 | 0 | 1011110 | 1 | 1011011 | 1100010 | 110100 |
Color Harmonies of #80FC0F
Complementary color
Monochromatic Colors of #80FC0F
Black with #80FC0F
Text Example
Text Example
White with #80FC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FC0F; }
p { color: rgb(128,252,15); }
H1.HeaderClassName
{
color: #80FC0F;
}
.AnyTagClassName
{
color: #80FC0F;
}
</style>
background-color css
<style>
a { background-color: #80FC0F; }
a { background-color: rgb(128,252,15); }
div.DivClassName
{
background-color: #80FC0F;
}
.BgClassName
{
background-color: #80FC0F;
}
</style>
border-color css
<style>
span { border-color: #80FC0F; }
span { border-color: rgb(128,252,15); }
td.TdClassName
{
border-color: #80FC0F;
}
.TagClassName
{
border-color: #80FC0F;
}
</style>