Shades of Kelly Green #3DA313
Tints of Kelly Green #3DA313
RGB
CMYK
RGB Variations
Color information
#3DA313 (or 0x3DA313) is known color: Kelly Green. HEX triplet: 3D, A3 and 13. RGB value is (61,163,19). Sum of RGB (Red+Green+Blue) = 61+163+19=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 163 (64.06% from 255 or 67.08% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA313 is #C25CEC. Grayscale: #747474. Windows color (decimal): -12737773 or 1286973. OLE color: 1286973.
HSL color Cylindrical-coordinate representation of color #3DA313: hue angle of 102.5º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DA313 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 19 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.36 |
| HSL | 102.5º | 0.79% | 0.36% | - |
| HSV(B) | 102.5º | 0.88% | 0.64% | - |
| XYZ | 15.14 | 27.23 | 5.07 | - |
| YUV | 116.09 | 73.21 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 19 | 0.63 | 0 | 0.88 | 0.36 | 102.5 | 0.79 | 0.36 |
| Hex | 3D | A3 | 13 | 3F | 0 | 58 | 24 | 66 | 4F | 24 |
| Octal | 75 | 243 | 23 | 77 | 0 | 130 | 44 | 146 | 117 | 44 |
| Binary | 111101 | 10100011 | 10011 | 111111 | 0 | 1011000 | 100100 | 1100110 | 1001111 | 100100 |
Color Harmonies of #3DA313
Complementary color
Monochromatic Colors of #3DA313
Black with #3DA313
Text Example
Text Example
White with #3DA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA313; }
p { color: rgb(61,163,19); }
H1.HeaderClassName
{
color: #3DA313;
}
.AnyTagClassName
{
color: #3DA313;
}
</style>
background-color css
<style>
a { background-color: #3DA313; }
a { background-color: rgb(61,163,19); }
div.DivClassName
{
background-color: #3DA313;
}
.BgClassName
{
background-color: #3DA313;
}
</style>
border-color css
<style>
span { border-color: #3DA313; }
span { border-color: rgb(61,163,19); }
td.TdClassName
{
border-color: #3DA313;
}
.TagClassName
{
border-color: #3DA313;
}
</style>