Shades of Kelly Green #3DC520
Tints of Kelly Green #3DC520
RGB
CMYK
RGB Variations
Color information
#3DC520 (or 0x3DC520) is known color: Kelly Green. HEX triplet: 3D, C5 and 20. RGB value is (61,197,32). Sum of RGB (Red+Green+Blue) = 61+197+32=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC520 is #C23ADF. Grayscale: #8A8A8A. Windows color (decimal): -12729056 or 2147645. OLE color: 2147645.
HSL color Cylindrical-coordinate representation of color #3DC520: hue angle of 109.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DC520 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 32 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.23 |
| HSL | 109.45º | 0.72% | 0.45% | - |
| HSV(B) | 109.45º | 0.84% | 0.77% | - |
| XYZ | 22.15 | 41.03 | 8.12 | - |
| YUV | 137.53 | 68.44 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 32 | 0.69 | 0 | 0.84 | 0.23 | 109.45 | 0.72 | 0.45 |
| Hex | 3D | C5 | 20 | 45 | 0 | 54 | 17 | 6D | 48 | 2D |
| Octal | 75 | 305 | 40 | 105 | 0 | 124 | 27 | 155 | 110 | 55 |
| Binary | 111101 | 11000101 | 100000 | 1000101 | 0 | 1010100 | 10111 | 1101101 | 1001000 | 101101 |
Color Harmonies of #3DC520
Complementary color
Monochromatic Colors of #3DC520
Black with #3DC520
Text Example
Text Example
White with #3DC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC520; }
p { color: rgb(61,197,32); }
H1.HeaderClassName
{
color: #3DC520;
}
.AnyTagClassName
{
color: #3DC520;
}
</style>
background-color css
<style>
a { background-color: #3DC520; }
a { background-color: rgb(61,197,32); }
div.DivClassName
{
background-color: #3DC520;
}
.BgClassName
{
background-color: #3DC520;
}
</style>
border-color css
<style>
span { border-color: #3DC520; }
span { border-color: rgb(61,197,32); }
td.TdClassName
{
border-color: #3DC520;
}
.TagClassName
{
border-color: #3DC520;
}
</style>