Shades of Bright Green #60F008
Tints of Bright Green #60F008
RGB
CMYK
RGB Variations
Color information
#60F008 (or 0x60F008) is known color: Bright Green. HEX triplet: 60, F0 and 08. RGB value is (96,240,8). Sum of RGB (Red+Green+Blue) = 96+240+8=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #60F008 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F008 is #9F0FF7. Grayscale: #ABABAB. Windows color (decimal): -10424312 or 585824. OLE color: 585824.
HSL color Cylindrical-coordinate representation of color #60F008: hue angle of 97.24º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60F008 is Cyan = 0.6, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 8 | - |
| CMYK | 0.6 | 0 | 0.97 | 0.06 |
| HSL | 97.24º | 0.94% | 0.49% | - |
| HSV(B) | 97.24º | 0.97% | 0.94% | - |
| XYZ | 36.03 | 64.82 | 10.84 | - |
| YUV | 170.5 | 36.29 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 8 | 0.6 | 0 | 0.97 | 0.06 | 97.24 | 0.94 | 0.49 |
| Hex | 60 | F0 | 8 | 3C | 0 | 61 | 6 | 61 | 5E | 31 |
| Octal | 140 | 360 | 10 | 74 | 0 | 141 | 6 | 141 | 136 | 61 |
| Binary | 1100000 | 11110000 | 1000 | 111100 | 0 | 1100001 | 110 | 1100001 | 1011110 | 110001 |
Color Harmonies of #60F008
Complementary color
Monochromatic Colors of #60F008
Black with #60F008
Text Example
Text Example
White with #60F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F008; }
p { color: rgb(96,240,8); }
H1.HeaderClassName
{
color: #60F008;
}
.AnyTagClassName
{
color: #60F008;
}
</style>
background-color css
<style>
a { background-color: #60F008; }
a { background-color: rgb(96,240,8); }
div.DivClassName
{
background-color: #60F008;
}
.BgClassName
{
background-color: #60F008;
}
</style>
border-color css
<style>
span { border-color: #60F008; }
span { border-color: rgb(96,240,8); }
td.TdClassName
{
border-color: #60F008;
}
.TagClassName
{
border-color: #60F008;
}
</style>