Shades of Bright Green #60F121
Tints of Bright Green #60F121
RGB
CMYK
RGB Variations
Color information
#60F121 (or 0x60F121) is known color: Bright Green. HEX triplet: 60, F1 and 21. RGB value is (96,241,33). Sum of RGB (Red+Green+Blue) = 96+241+33=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #60F121 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60F121 is #9F0EDE. Grayscale: #AEAEAE. Windows color (decimal): -10424031 or 2224480. OLE color: 2224480.
HSL color Cylindrical-coordinate representation of color #60F121: hue angle of 101.83º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60F121 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 241 | 33 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.05 |
| HSL | 101.83º | 0.88% | 0.54% | - |
| HSV(B) | 101.83º | 0.86% | 0.95% | - |
| XYZ | 36.55 | 65.51 | 12.16 | - |
| YUV | 173.93 | 48.46 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 33 | 0.60 | 0 | 0.86 | 0.05 | 101.83 | 0.88 | 0.54 |
| Hex | 60 | F1 | 21 | 3C | 0 | 56 | 5 | 66 | 58 | 36 |
| Octal | 140 | 361 | 41 | 74 | 0 | 126 | 5 | 146 | 130 | 66 |
| Binary | 1100000 | 11110001 | 100001 | 111100 | 0 | 1010110 | 101 | 1100110 | 1011000 | 110110 |
Color Harmonies of #60F121
Complementary color
Monochromatic Colors of #60F121
Black with #60F121
Text Example
Text Example
White with #60F121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F121; }
p { color: rgb(96,241,33); }
H1.HeaderClassName
{
color: #60F121;
}
.AnyTagClassName
{
color: #60F121;
}
</style>
background-color css
<style>
a { background-color: #60F121; }
a { background-color: rgb(96,241,33); }
div.DivClassName
{
background-color: #60F121;
}
.BgClassName
{
background-color: #60F121;
}
</style>
border-color css
<style>
span { border-color: #60F121; }
span { border-color: rgb(96,241,33); }
td.TdClassName
{
border-color: #60F121;
}
.TagClassName
{
border-color: #60F121;
}
</style>