Shades of Bright Green #60DE07
Tints of Bright Green #60DE07
RGB
CMYK
RGB Variations
Color information
#60DE07 (or 0x60DE07) is known color: Bright Green. HEX triplet: 60, DE and 07. RGB value is (96,222,7). Sum of RGB (Red+Green+Blue) = 96+222+7=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 222 (87.11% from 255 or 68.31% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 222 - color contains mainly: green. Hex color #60DE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60DE07 is #9F21F8. Grayscale: #A0A0A0. Windows color (decimal): -10428921 or 515680. OLE color: 515680.
HSL color Cylindrical-coordinate representation of color #60DE07: hue angle of 95.16º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60DE07 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 7 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.13 |
| HSL | 95.16º | 0.94% | 0.45% | - |
| HSV(B) | 95.16º | 0.97% | 0.87% | - |
| XYZ | 30.98 | 54.74 | 9.13 | - |
| YUV | 159.82 | 41.76 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 7 | 0.57 | 0 | 0.97 | 0.13 | 95.16 | 0.94 | 0.45 |
| Hex | 60 | DE | 7 | 39 | 0 | 61 | D | 5F | 5E | 2D |
| Octal | 140 | 336 | 7 | 71 | 0 | 141 | 15 | 137 | 136 | 55 |
| Binary | 1100000 | 11011110 | 111 | 111001 | 0 | 1100001 | 1101 | 1011111 | 1011110 | 101101 |
Color Harmonies of #60DE07
Complementary color
Monochromatic Colors of #60DE07
Black with #60DE07
Text Example
Text Example
White with #60DE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DE07; }
p { color: rgb(96,222,7); }
H1.HeaderClassName
{
color: #60DE07;
}
.AnyTagClassName
{
color: #60DE07;
}
</style>
background-color css
<style>
a { background-color: #60DE07; }
a { background-color: rgb(96,222,7); }
div.DivClassName
{
background-color: #60DE07;
}
.BgClassName
{
background-color: #60DE07;
}
</style>
border-color css
<style>
span { border-color: #60DE07; }
span { border-color: rgb(96,222,7); }
td.TdClassName
{
border-color: #60DE07;
}
.TagClassName
{
border-color: #60DE07;
}
</style>