Shades of Bright Green #60EC06
Tints of Bright Green #60EC06
RGB
CMYK
RGB Variations
Color information
#60EC06 (or 0x60EC06) is known color: Bright Green. HEX triplet: 60, EC and 06. RGB value is (96,236,6). Sum of RGB (Red+Green+Blue) = 96+236+6=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #60EC06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60EC06 is #9F13F9. Grayscale: #A8A8A8. Windows color (decimal): -10425338 or 453728. OLE color: 453728.
HSL color Cylindrical-coordinate representation of color #60EC06: hue angle of 96.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60EC06 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 6 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.07 |
| HSL | 96.52º | 0.95% | 0.47% | - |
| HSV(B) | 96.52º | 0.97% | 0.93% | - |
| XYZ | 34.85 | 62.49 | 10.4 | - |
| YUV | 167.92 | 36.62 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 6 | 0.59 | 0 | 0.97 | 0.07 | 96.52 | 0.95 | 0.47 |
| Hex | 60 | EC | 6 | 3B | 0 | 61 | 7 | 61 | 5F | 2F |
| Octal | 140 | 354 | 6 | 73 | 0 | 141 | 7 | 141 | 137 | 57 |
| Binary | 1100000 | 11101100 | 110 | 111011 | 0 | 1100001 | 111 | 1100001 | 1011111 | 101111 |
Color Harmonies of #60EC06
Complementary color
Monochromatic Colors of #60EC06
Black with #60EC06
Text Example
Text Example
White with #60EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EC06; }
p { color: rgb(96,236,6); }
H1.HeaderClassName
{
color: #60EC06;
}
.AnyTagClassName
{
color: #60EC06;
}
</style>
background-color css
<style>
a { background-color: #60EC06; }
a { background-color: rgb(96,236,6); }
div.DivClassName
{
background-color: #60EC06;
}
.BgClassName
{
background-color: #60EC06;
}
</style>
border-color css
<style>
span { border-color: #60EC06; }
span { border-color: rgb(96,236,6); }
td.TdClassName
{
border-color: #60EC06;
}
.TagClassName
{
border-color: #60EC06;
}
</style>