Shades of Bright Green #60FA12
Tints of Bright Green #60FA12
RGB
CMYK
RGB Variations
Color information
#60FA12 (or 0x60FA12) is known color: Bright Green. HEX triplet: 60, FA and 12. RGB value is (96,250,18). Sum of RGB (Red+Green+Blue) = 96+250+18=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #60FA12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60FA12 is #9F05ED. Grayscale: #B2B2B2. Windows color (decimal): -10421742 or 1243744. OLE color: 1243744.
HSL color Cylindrical-coordinate representation of color #60FA12: hue angle of 99.83º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60FA12 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 18 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.02 |
| HSL | 99.83º | 0.96% | 0.53% | - |
| HSV(B) | 99.83º | 0.93% | 0.98% | - |
| XYZ | 39.12 | 70.9 | 12.2 | - |
| YUV | 177.51 | 37.98 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 18 | 0.62 | 0 | 0.93 | 0.02 | 99.83 | 0.96 | 0.53 |
| Hex | 60 | FA | 12 | 3E | 0 | 5D | 2 | 64 | 60 | 35 |
| Octal | 140 | 372 | 22 | 76 | 0 | 135 | 2 | 144 | 140 | 65 |
| Binary | 1100000 | 11111010 | 10010 | 111110 | 0 | 1011101 | 10 | 1100100 | 1100000 | 110101 |
Color Harmonies of #60FA12
Complementary color
Monochromatic Colors of #60FA12
Black with #60FA12
Text Example
Text Example
White with #60FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FA12; }
p { color: rgb(96,250,18); }
H1.HeaderClassName
{
color: #60FA12;
}
.AnyTagClassName
{
color: #60FA12;
}
</style>
background-color css
<style>
a { background-color: #60FA12; }
a { background-color: rgb(96,250,18); }
div.DivClassName
{
background-color: #60FA12;
}
.BgClassName
{
background-color: #60FA12;
}
</style>
border-color css
<style>
span { border-color: #60FA12; }
span { border-color: rgb(96,250,18); }
td.TdClassName
{
border-color: #60FA12;
}
.TagClassName
{
border-color: #60FA12;
}
</style>