Shades of Bright Green #60F915
Tints of Bright Green #60F915
RGB
CMYK
RGB Variations
Color information
#60F915 (or 0x60F915) is known color: Bright Green. HEX triplet: 60, F9 and 15. RGB value is (96,249,21). Sum of RGB (Red+Green+Blue) = 96+249+21=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 249 (97.66% from 255 or 68.03% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 249 - color contains mainly: green. Hex color #60F915 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F915 is #9F06EA. Grayscale: #B2B2B2. Windows color (decimal): -10421995 or 1440096. OLE color: 1440096.
HSL color Cylindrical-coordinate representation of color #60F915: hue angle of 100.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60F915 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 249 | 21 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.02 |
| HSL | 100.26º | 0.95% | 0.53% | - |
| HSV(B) | 100.26º | 0.92% | 0.98% | - |
| XYZ | 38.83 | 70.29 | 12.23 | - |
| YUV | 177.26 | 39.81 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 249 | 21 | 0.61 | 0 | 0.92 | 0.02 | 100.26 | 0.95 | 0.53 |
| Hex | 60 | F9 | 15 | 3D | 0 | 5C | 2 | 64 | 5F | 35 |
| Octal | 140 | 371 | 25 | 75 | 0 | 134 | 2 | 144 | 137 | 65 |
| Binary | 1100000 | 11111001 | 10101 | 111101 | 0 | 1011100 | 10 | 1100100 | 1011111 | 110101 |
Color Harmonies of #60F915
Complementary color
Monochromatic Colors of #60F915
Black with #60F915
Text Example
Text Example
White with #60F915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F915; }
p { color: rgb(96,249,21); }
H1.HeaderClassName
{
color: #60F915;
}
.AnyTagClassName
{
color: #60F915;
}
</style>
background-color css
<style>
a { background-color: #60F915; }
a { background-color: rgb(96,249,21); }
div.DivClassName
{
background-color: #60F915;
}
.BgClassName
{
background-color: #60F915;
}
</style>
border-color css
<style>
span { border-color: #60F915; }
span { border-color: rgb(96,249,21); }
td.TdClassName
{
border-color: #60F915;
}
.TagClassName
{
border-color: #60F915;
}
</style>