Shades of Bright Green #60F800
Tints of Bright Green #60F800
RGB
CMYK
RGB Variations
Color information
#60F800 (or 0x60F800) is known color: Bright Green. HEX triplet: 60, F8 and 00. RGB value is (96,248,0). Sum of RGB (Red+Green+Blue) = 96+248+0=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 248 (97.27% from 255 or 72.09% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 248 - color contains mainly: green. Hex color #60F800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F800 is #9F07FF. Grayscale: #AFAFAF. Windows color (decimal): -10422272 or 63584. OLE color: 63584.
HSL color Cylindrical-coordinate representation of color #60F800: hue angle of 96.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60F800 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 248 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.03 |
| HSL | 96.77º | 1% | 0.49% | - |
| HSV(B) | 96.77º | 1% | 0.97% | - |
| XYZ | 38.39 | 69.62 | 11.41 | - |
| YUV | 174.28 | 29.64 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 248 | 0 | 0.61 | 0 | 1 | 0.03 | 96.77 | 1 | 0.49 |
| Hex | 60 | F8 | 0 | 3D | 0 | 64 | 3 | 61 | 64 | 31 |
| Octal | 140 | 370 | 0 | 75 | 0 | 144 | 3 | 141 | 144 | 61 |
| Binary | 1100000 | 11111000 | 0 | 111101 | 0 | 1100100 | 11 | 1100001 | 1100100 | 110001 |
Color Harmonies of #60F800
Complementary color
Monochromatic Colors of #60F800
Black with #60F800
Text Example
Text Example
White with #60F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F800; }
p { color: rgb(96,248,0); }
H1.HeaderClassName
{
color: #60F800;
}
.AnyTagClassName
{
color: #60F800;
}
</style>
background-color css
<style>
a { background-color: #60F800; }
a { background-color: rgb(96,248,0); }
div.DivClassName
{
background-color: #60F800;
}
.BgClassName
{
background-color: #60F800;
}
</style>
border-color css
<style>
span { border-color: #60F800; }
span { border-color: rgb(96,248,0); }
td.TdClassName
{
border-color: #60F800;
}
.TagClassName
{
border-color: #60F800;
}
</style>