Shades of Bright Green #60DF05
Tints of Bright Green #60DF05
RGB
CMYK
RGB Variations
Color information
#60DF05 (or 0x60DF05) is known color: Bright Green. HEX triplet: 60, DF and 05. RGB value is (96,223,5). Sum of RGB (Red+Green+Blue) = 96+223+5=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60DF05 is #9F20FA. Grayscale: #A0A0A0. Windows color (decimal): -10428667 or 384864. OLE color: 384864.
HSL color Cylindrical-coordinate representation of color #60DF05: hue angle of 94.95º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60DF05 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 5 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.13 |
| HSL | 94.95º | 0.96% | 0.45% | - |
| HSV(B) | 94.95º | 0.98% | 0.87% | - |
| XYZ | 31.24 | 55.27 | 9.17 | - |
| YUV | 160.18 | 40.42 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 5 | 0.57 | 0 | 0.98 | 0.13 | 94.95 | 0.96 | 0.45 |
| Hex | 60 | DF | 5 | 39 | 0 | 62 | D | 5F | 60 | 2D |
| Octal | 140 | 337 | 5 | 71 | 0 | 142 | 15 | 137 | 140 | 55 |
| Binary | 1100000 | 11011111 | 101 | 111001 | 0 | 1100010 | 1101 | 1011111 | 1100000 | 101101 |
Color Harmonies of #60DF05
Complementary color
Monochromatic Colors of #60DF05
Black with #60DF05
Text Example
Text Example
White with #60DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF05; }
p { color: rgb(96,223,5); }
H1.HeaderClassName
{
color: #60DF05;
}
.AnyTagClassName
{
color: #60DF05;
}
</style>
background-color css
<style>
a { background-color: #60DF05; }
a { background-color: rgb(96,223,5); }
div.DivClassName
{
background-color: #60DF05;
}
.BgClassName
{
background-color: #60DF05;
}
</style>
border-color css
<style>
span { border-color: #60DF05; }
span { border-color: rgb(96,223,5); }
td.TdClassName
{
border-color: #60DF05;
}
.TagClassName
{
border-color: #60DF05;
}
</style>