Shades of Bright Green #60DF14
Tints of Bright Green #60DF14
RGB
CMYK
RGB Variations
Color information
#60DF14 (or 0x60DF14) is known color: Bright Green. HEX triplet: 60, DF and 14. RGB value is (96,223,20). Sum of RGB (Red+Green+Blue) = 96+223+20=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60DF14 is #9F20EB. Grayscale: #A2A2A2. Windows color (decimal): -10428652 or 1367904. OLE color: 1367904.
HSL color Cylindrical-coordinate representation of color #60DF14: hue angle of 97.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60DF14 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 20 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.13 |
| HSL | 97.54º | 0.84% | 0.48% | - |
| HSV(B) | 97.54º | 0.91% | 0.87% | - |
| XYZ | 31.34 | 55.31 | 9.69 | - |
| YUV | 161.89 | 47.92 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 20 | 0.57 | 0 | 0.91 | 0.13 | 97.54 | 0.84 | 0.48 |
| Hex | 60 | DF | 14 | 39 | 0 | 5B | D | 62 | 54 | 30 |
| Octal | 140 | 337 | 24 | 71 | 0 | 133 | 15 | 142 | 124 | 60 |
| Binary | 1100000 | 11011111 | 10100 | 111001 | 0 | 1011011 | 1101 | 1100010 | 1010100 | 110000 |
Color Harmonies of #60DF14
Complementary color
Monochromatic Colors of #60DF14
Black with #60DF14
Text Example
Text Example
White with #60DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF14; }
p { color: rgb(96,223,20); }
H1.HeaderClassName
{
color: #60DF14;
}
.AnyTagClassName
{
color: #60DF14;
}
</style>
background-color css
<style>
a { background-color: #60DF14; }
a { background-color: rgb(96,223,20); }
div.DivClassName
{
background-color: #60DF14;
}
.BgClassName
{
background-color: #60DF14;
}
</style>
border-color css
<style>
span { border-color: #60DF14; }
span { border-color: rgb(96,223,20); }
td.TdClassName
{
border-color: #60DF14;
}
.TagClassName
{
border-color: #60DF14;
}
</style>