Shades of Kelly Green #3DB413
Tints of Kelly Green #3DB413
RGB
CMYK
RGB Variations
Color information
#3DB413 (or 0x3DB413) is known color: Kelly Green. HEX triplet: 3D, B4 and 13. RGB value is (61,180,19). Sum of RGB (Red+Green+Blue) = 61+180+19=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 180 (70.70% from 255 or 69.23% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB413 is #C24BEC. Grayscale: #7E7E7E. Windows color (decimal): -12733421 or 1291325. OLE color: 1291325.
HSL color Cylindrical-coordinate representation of color #3DB413: hue angle of 104.35º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DB413 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 19 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.29 |
| HSL | 104.35º | 0.81% | 0.39% | - |
| HSV(B) | 104.35º | 0.89% | 0.71% | - |
| XYZ | 18.36 | 33.68 | 6.15 | - |
| YUV | 126.07 | 67.58 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 19 | 0.66 | 0 | 0.89 | 0.29 | 104.35 | 0.81 | 0.39 |
| Hex | 3D | B4 | 13 | 42 | 0 | 59 | 1D | 68 | 51 | 27 |
| Octal | 75 | 264 | 23 | 102 | 0 | 131 | 35 | 150 | 121 | 47 |
| Binary | 111101 | 10110100 | 10011 | 1000010 | 0 | 1011001 | 11101 | 1101000 | 1010001 | 100111 |
Color Harmonies of #3DB413
Complementary color
Monochromatic Colors of #3DB413
Black with #3DB413
Text Example
Text Example
White with #3DB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB413; }
p { color: rgb(61,180,19); }
H1.HeaderClassName
{
color: #3DB413;
}
.AnyTagClassName
{
color: #3DB413;
}
</style>
background-color css
<style>
a { background-color: #3DB413; }
a { background-color: rgb(61,180,19); }
div.DivClassName
{
background-color: #3DB413;
}
.BgClassName
{
background-color: #3DB413;
}
</style>
border-color css
<style>
span { border-color: #3DB413; }
span { border-color: rgb(61,180,19); }
td.TdClassName
{
border-color: #3DB413;
}
.TagClassName
{
border-color: #3DB413;
}
</style>