Shades of Bright Green #60F80E
Tints of Bright Green #60F80E
RGB
CMYK
RGB Variations
Color information
#60F80E (or 0x60F80E) is known color: Bright Green. HEX triplet: 60, F8 and 0E. RGB value is (96,248,14). Sum of RGB (Red+Green+Blue) = 96+248+14=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 248 (97.27% from 255 or 69.27% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 248 - color contains mainly: green. Hex color #60F80E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F80E is #9F07F1. Grayscale: #B0B0B0. Windows color (decimal): -10422258 or 981088. OLE color: 981088.
HSL color Cylindrical-coordinate representation of color #60F80E: hue angle of 98.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60F80E is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 248 | 14 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.03 |
| HSL | 98.97º | 0.94% | 0.51% | - |
| HSV(B) | 98.97º | 0.94% | 0.97% | - |
| XYZ | 38.47 | 69.65 | 11.83 | - |
| YUV | 175.88 | 36.64 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 248 | 14 | 0.61 | 0 | 0.94 | 0.03 | 98.97 | 0.94 | 0.51 |
| Hex | 60 | F8 | E | 3D | 0 | 5E | 3 | 63 | 5E | 33 |
| Octal | 140 | 370 | 16 | 75 | 0 | 136 | 3 | 143 | 136 | 63 |
| Binary | 1100000 | 11111000 | 1110 | 111101 | 0 | 1011110 | 11 | 1100011 | 1011110 | 110011 |
Color Harmonies of #60F80E
Complementary color
Monochromatic Colors of #60F80E
Black with #60F80E
Text Example
Text Example
White with #60F80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F80E; }
p { color: rgb(96,248,14); }
H1.HeaderClassName
{
color: #60F80E;
}
.AnyTagClassName
{
color: #60F80E;
}
</style>
background-color css
<style>
a { background-color: #60F80E; }
a { background-color: rgb(96,248,14); }
div.DivClassName
{
background-color: #60F80E;
}
.BgClassName
{
background-color: #60F80E;
}
</style>
border-color css
<style>
span { border-color: #60F80E; }
span { border-color: rgb(96,248,14); }
td.TdClassName
{
border-color: #60F80E;
}
.TagClassName
{
border-color: #60F80E;
}
</style>