Shades of Bright Green #60F205
Tints of Bright Green #60F205
RGB
CMYK
RGB Variations
Color information
#60F205 (or 0x60F205) is known color: Bright Green. HEX triplet: 60, F2 and 05. RGB value is (96,242,5). Sum of RGB (Red+Green+Blue) = 96+242+5=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 242 (94.92% from 255 or 70.55% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 242 - color contains mainly: green. Hex color #60F205 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F205 is #9F0DFA. Grayscale: #ACACAC. Windows color (decimal): -10423803 or 389728. OLE color: 389728.
HSL color Cylindrical-coordinate representation of color #60F205: hue angle of 96.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60F205 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 5 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.05 |
| HSL | 96.96º | 0.96% | 0.48% | - |
| HSV(B) | 96.96º | 0.98% | 0.95% | - |
| XYZ | 36.6 | 66 | 10.95 | - |
| YUV | 171.33 | 34.13 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 5 | 0.60 | 0 | 0.98 | 0.05 | 96.96 | 0.96 | 0.48 |
| Hex | 60 | F2 | 5 | 3C | 0 | 62 | 5 | 61 | 60 | 30 |
| Octal | 140 | 362 | 5 | 74 | 0 | 142 | 5 | 141 | 140 | 60 |
| Binary | 1100000 | 11110010 | 101 | 111100 | 0 | 1100010 | 101 | 1100001 | 1100000 | 110000 |
Color Harmonies of #60F205
Complementary color
Monochromatic Colors of #60F205
Black with #60F205
Text Example
Text Example
White with #60F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F205; }
p { color: rgb(96,242,5); }
H1.HeaderClassName
{
color: #60F205;
}
.AnyTagClassName
{
color: #60F205;
}
</style>
background-color css
<style>
a { background-color: #60F205; }
a { background-color: rgb(96,242,5); }
div.DivClassName
{
background-color: #60F205;
}
.BgClassName
{
background-color: #60F205;
}
</style>
border-color css
<style>
span { border-color: #60F205; }
span { border-color: rgb(96,242,5); }
td.TdClassName
{
border-color: #60F205;
}
.TagClassName
{
border-color: #60F205;
}
</style>