Shades of Kelly Green #3DA213
Tints of Kelly Green #3DA213
RGB
CMYK
RGB Variations
Color information
#3DA213 (or 0x3DA213) is known color: Kelly Green. HEX triplet: 3D, A2 and 13. RGB value is (61,162,19). Sum of RGB (Red+Green+Blue) = 61+162+19=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 162 (63.67% from 255 or 66.94% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA213 is #C25DEC. Grayscale: #737373. Windows color (decimal): -12738029 or 1286717. OLE color: 1286717.
HSL color Cylindrical-coordinate representation of color #3DA213: hue angle of 102.38º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DA213 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 19 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.36 |
| HSL | 102.38º | 0.79% | 0.35% | - |
| HSV(B) | 102.38º | 0.88% | 0.64% | - |
| XYZ | 14.96 | 26.88 | 5.02 | - |
| YUV | 115.5 | 73.54 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 19 | 0.62 | 0 | 0.88 | 0.36 | 102.38 | 0.79 | 0.35 |
| Hex | 3D | A2 | 13 | 3E | 0 | 58 | 24 | 66 | 4F | 23 |
| Octal | 75 | 242 | 23 | 76 | 0 | 130 | 44 | 146 | 117 | 43 |
| Binary | 111101 | 10100010 | 10011 | 111110 | 0 | 1011000 | 100100 | 1100110 | 1001111 | 100011 |
Color Harmonies of #3DA213
Complementary color
Monochromatic Colors of #3DA213
Black with #3DA213
Text Example
Text Example
White with #3DA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA213; }
p { color: rgb(61,162,19); }
H1.HeaderClassName
{
color: #3DA213;
}
.AnyTagClassName
{
color: #3DA213;
}
</style>
background-color css
<style>
a { background-color: #3DA213; }
a { background-color: rgb(61,162,19); }
div.DivClassName
{
background-color: #3DA213;
}
.BgClassName
{
background-color: #3DA213;
}
</style>
border-color css
<style>
span { border-color: #3DA213; }
span { border-color: rgb(61,162,19); }
td.TdClassName
{
border-color: #3DA213;
}
.TagClassName
{
border-color: #3DA213;
}
</style>