Shades of Bright Green #60F120
Tints of Bright Green #60F120
RGB
CMYK
RGB Variations
Color information
#60F120 (or 0x60F120) is known color: Bright Green. HEX triplet: 60, F1 and 20. RGB value is (96,241,32). Sum of RGB (Red+Green+Blue) = 96+241+32=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #60F120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60F120 is #9F0EDF. Grayscale: #AEAEAE. Windows color (decimal): -10424032 or 2158944. OLE color: 2158944.
HSL color Cylindrical-coordinate representation of color #60F120: hue angle of 101.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60F120 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 241 | 32 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.05 |
| HSL | 101.63º | 0.88% | 0.54% | - |
| HSV(B) | 101.63º | 0.87% | 0.95% | - |
| XYZ | 36.54 | 65.5 | 12.08 | - |
| YUV | 173.82 | 47.96 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 32 | 0.60 | 0 | 0.87 | 0.05 | 101.63 | 0.88 | 0.54 |
| Hex | 60 | F1 | 20 | 3C | 0 | 57 | 5 | 66 | 58 | 36 |
| Octal | 140 | 361 | 40 | 74 | 0 | 127 | 5 | 146 | 130 | 66 |
| Binary | 1100000 | 11110001 | 100000 | 111100 | 0 | 1010111 | 101 | 1100110 | 1011000 | 110110 |
Color Harmonies of #60F120
Complementary color
Monochromatic Colors of #60F120
Black with #60F120
Text Example
Text Example
White with #60F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F120; }
p { color: rgb(96,241,32); }
H1.HeaderClassName
{
color: #60F120;
}
.AnyTagClassName
{
color: #60F120;
}
</style>
background-color css
<style>
a { background-color: #60F120; }
a { background-color: rgb(96,241,32); }
div.DivClassName
{
background-color: #60F120;
}
.BgClassName
{
background-color: #60F120;
}
</style>
border-color css
<style>
span { border-color: #60F120; }
span { border-color: rgb(96,241,32); }
td.TdClassName
{
border-color: #60F120;
}
.TagClassName
{
border-color: #60F120;
}
</style>