Shades of Kelly Green #60DC30
Tints of Kelly Green #60DC30
RGB
CMYK
RGB Variations
Color information
#60DC30 (or 0x60DC30) is known color: Kelly Green. HEX triplet: 60, DC and 30. RGB value is (96,220,48). Sum of RGB (Red+Green+Blue) = 96+220+48=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DC30 is #9F23CF. Grayscale: #A3A3A3. Windows color (decimal): -10429392 or 3202144. OLE color: 3202144.
HSL color Cylindrical-coordinate representation of color #60DC30: hue angle of 103.26º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60DC30 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 48 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.14 |
| HSL | 103.26º | 0.71% | 0.53% | - |
| HSV(B) | 103.26º | 0.78% | 0.86% | - |
| XYZ | 30.95 | 53.89 | 11.57 | - |
| YUV | 163.32 | 62.92 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 48 | 0.56 | 0 | 0.78 | 0.14 | 103.26 | 0.71 | 0.53 |
| Hex | 60 | DC | 30 | 38 | 0 | 4E | E | 67 | 47 | 35 |
| Octal | 140 | 334 | 60 | 70 | 0 | 116 | 16 | 147 | 107 | 65 |
| Binary | 1100000 | 11011100 | 110000 | 111000 | 0 | 1001110 | 1110 | 1100111 | 1000111 | 110101 |
Color Harmonies of #60DC30
Complementary color
Monochromatic Colors of #60DC30
Black with #60DC30
Text Example
Text Example
White with #60DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DC30; }
p { color: rgb(96,220,48); }
H1.HeaderClassName
{
color: #60DC30;
}
.AnyTagClassName
{
color: #60DC30;
}
</style>
background-color css
<style>
a { background-color: #60DC30; }
a { background-color: rgb(96,220,48); }
div.DivClassName
{
background-color: #60DC30;
}
.BgClassName
{
background-color: #60DC30;
}
</style>
border-color css
<style>
span { border-color: #60DC30; }
span { border-color: rgb(96,220,48); }
td.TdClassName
{
border-color: #60DC30;
}
.TagClassName
{
border-color: #60DC30;
}
</style>