Shades of Bright Green #60F808
Tints of Bright Green #60F808
RGB
CMYK
RGB Variations
Color information
#60F808 (or 0x60F808) is known color: Bright Green. HEX triplet: 60, F8 and 08. RGB value is (96,248,8). Sum of RGB (Red+Green+Blue) = 96+248+8=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 248 (97.27% from 255 or 70.45% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 248 - color contains mainly: green. Hex color #60F808 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F808 is #9F07F7. Grayscale: #B0B0B0. Windows color (decimal): -10422264 or 587872. OLE color: 587872.
HSL color Cylindrical-coordinate representation of color #60F808: hue angle of 98º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60F808 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 248 | 8 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.03 |
| HSL | 98º | 0.94% | 0.5% | - |
| HSV(B) | 98º | 0.97% | 0.97% | - |
| XYZ | 38.44 | 69.64 | 11.65 | - |
| YUV | 175.19 | 33.64 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 248 | 8 | 0.61 | 0 | 0.97 | 0.03 | 98 | 0.94 | 0.5 |
| Hex | 60 | F8 | 8 | 3D | 0 | 61 | 3 | 62 | 5E | 32 |
| Octal | 140 | 370 | 10 | 75 | 0 | 141 | 3 | 142 | 136 | 62 |
| Binary | 1100000 | 11111000 | 1000 | 111101 | 0 | 1100001 | 11 | 1100010 | 1011110 | 110010 |
Color Harmonies of #60F808
Complementary color
Monochromatic Colors of #60F808
Black with #60F808
Text Example
Text Example
White with #60F808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F808; }
p { color: rgb(96,248,8); }
H1.HeaderClassName
{
color: #60F808;
}
.AnyTagClassName
{
color: #60F808;
}
</style>
background-color css
<style>
a { background-color: #60F808; }
a { background-color: rgb(96,248,8); }
div.DivClassName
{
background-color: #60F808;
}
.BgClassName
{
background-color: #60F808;
}
</style>
border-color css
<style>
span { border-color: #60F808; }
span { border-color: rgb(96,248,8); }
td.TdClassName
{
border-color: #60F808;
}
.TagClassName
{
border-color: #60F808;
}
</style>