Shades of Bright Green #60DA01
Tints of Bright Green #60DA01
RGB
CMYK
RGB Variations
Color information
#60DA01 (or 0x60DA01) is known color: Bright Green. HEX triplet: 60, DA and 01. RGB value is (96,218,1). Sum of RGB (Red+Green+Blue) = 96+218+1=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 218 (85.55% from 255 or 69.21% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60DA01 is #9F25FE. Grayscale: #9D9D9D. Windows color (decimal): -10429951 or 121440. OLE color: 121440.
HSL color Cylindrical-coordinate representation of color #60DA01: hue angle of 93.73º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60DA01 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 1 | - |
| CMYK | 0.56 | 0 | 1.00 | 0.15 |
| HSL | 93.73º | 0.99% | 0.43% | - |
| HSV(B) | 93.73º | 1% | 0.85% | - |
| XYZ | 29.9 | 52.63 | 8.61 | - |
| YUV | 156.78 | 40.08 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 1 | 0.56 | 0 | 1.00 | 0.15 | 93.73 | 0.99 | 0.43 |
| Hex | 60 | DA | 1 | 38 | 0 | 64 | F | 5E | 63 | 2B |
| Octal | 140 | 332 | 1 | 70 | 0 | 144 | 17 | 136 | 143 | 53 |
| Binary | 1100000 | 11011010 | 1 | 111000 | 0 | 1100100 | 1111 | 1011110 | 1100011 | 101011 |
Color Harmonies of #60DA01
Complementary color
Monochromatic Colors of #60DA01
Black with #60DA01
Text Example
Text Example
White with #60DA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA01; }
p { color: rgb(96,218,1); }
H1.HeaderClassName
{
color: #60DA01;
}
.AnyTagClassName
{
color: #60DA01;
}
</style>
background-color css
<style>
a { background-color: #60DA01; }
a { background-color: rgb(96,218,1); }
div.DivClassName
{
background-color: #60DA01;
}
.BgClassName
{
background-color: #60DA01;
}
</style>
border-color css
<style>
span { border-color: #60DA01; }
span { border-color: rgb(96,218,1); }
td.TdClassName
{
border-color: #60DA01;
}
.TagClassName
{
border-color: #60DA01;
}
</style>