Shades of Bright Green #60F502
Tints of Bright Green #60F502
RGB
CMYK
RGB Variations
Color information
#60F502 (or 0x60F502) is known color: Bright Green. HEX triplet: 60, F5 and 02. RGB value is (96,245,2). Sum of RGB (Red+Green+Blue) = 96+245+2=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 245 (96.09% from 255 or 71.43% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 245 - color contains mainly: green. Hex color #60F502 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F502 is #9F0AFD. Grayscale: #ADADAD. Windows color (decimal): -10423038 or 193888. OLE color: 193888.
HSL color Cylindrical-coordinate representation of color #60F502: hue angle of 96.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60F502 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 2 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.04 |
| HSL | 96.79º | 0.98% | 0.48% | - |
| HSV(B) | 96.79º | 0.99% | 0.96% | - |
| XYZ | 37.49 | 67.8 | 11.17 | - |
| YUV | 172.75 | 31.64 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 2 | 0.61 | 0 | 0.99 | 0.04 | 96.79 | 0.98 | 0.48 |
| Hex | 60 | F5 | 2 | 3D | 0 | 63 | 4 | 61 | 62 | 30 |
| Octal | 140 | 365 | 2 | 75 | 0 | 143 | 4 | 141 | 142 | 60 |
| Binary | 1100000 | 11110101 | 10 | 111101 | 0 | 1100011 | 100 | 1100001 | 1100010 | 110000 |
Color Harmonies of #60F502
Complementary color
Monochromatic Colors of #60F502
Black with #60F502
Text Example
Text Example
White with #60F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F502; }
p { color: rgb(96,245,2); }
H1.HeaderClassName
{
color: #60F502;
}
.AnyTagClassName
{
color: #60F502;
}
</style>
background-color css
<style>
a { background-color: #60F502; }
a { background-color: rgb(96,245,2); }
div.DivClassName
{
background-color: #60F502;
}
.BgClassName
{
background-color: #60F502;
}
</style>
border-color css
<style>
span { border-color: #60F502; }
span { border-color: rgb(96,245,2); }
td.TdClassName
{
border-color: #60F502;
}
.TagClassName
{
border-color: #60F502;
}
</style>