Shades of Bright Green #60F805
Tints of Bright Green #60F805
RGB
CMYK
RGB Variations
Color information
#60F805 (or 0x60F805) is known color: Bright Green. HEX triplet: 60, F8 and 05. RGB value is (96,248,5). Sum of RGB (Red+Green+Blue) = 96+248+5=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 248 (97.27% from 255 or 71.06% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 248 - color contains mainly: green. Hex color #60F805 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F805 is #9F07FA. Grayscale: #AFAFAF. Windows color (decimal): -10422267 or 391264. OLE color: 391264.
HSL color Cylindrical-coordinate representation of color #60F805: hue angle of 97.53º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60F805 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 248 | 5 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.03 |
| HSL | 97.53º | 0.96% | 0.5% | - |
| HSV(B) | 97.53º | 0.98% | 0.97% | - |
| XYZ | 38.42 | 69.63 | 11.56 | - |
| YUV | 174.85 | 32.14 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 248 | 5 | 0.61 | 0 | 0.98 | 0.03 | 97.53 | 0.96 | 0.5 |
| Hex | 60 | F8 | 5 | 3D | 0 | 62 | 3 | 62 | 60 | 32 |
| Octal | 140 | 370 | 5 | 75 | 0 | 142 | 3 | 142 | 140 | 62 |
| Binary | 1100000 | 11111000 | 101 | 111101 | 0 | 1100010 | 11 | 1100010 | 1100000 | 110010 |
Color Harmonies of #60F805
Complementary color
Monochromatic Colors of #60F805
Black with #60F805
Text Example
Text Example
White with #60F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F805; }
p { color: rgb(96,248,5); }
H1.HeaderClassName
{
color: #60F805;
}
.AnyTagClassName
{
color: #60F805;
}
</style>
background-color css
<style>
a { background-color: #60F805; }
a { background-color: rgb(96,248,5); }
div.DivClassName
{
background-color: #60F805;
}
.BgClassName
{
background-color: #60F805;
}
</style>
border-color css
<style>
span { border-color: #60F805; }
span { border-color: rgb(96,248,5); }
td.TdClassName
{
border-color: #60F805;
}
.TagClassName
{
border-color: #60F805;
}
</style>