Shades of Kelly Green #3DAE13
Tints of Kelly Green #3DAE13
RGB
CMYK
RGB Variations
Color information
#3DAE13 (or 0x3DAE13) is known color: Kelly Green. HEX triplet: 3D, AE and 13. RGB value is (61,174,19). Sum of RGB (Red+Green+Blue) = 61+174+19=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAE13 is #C251EC. Grayscale: #7B7B7B. Windows color (decimal): -12734957 or 1289789. OLE color: 1289789.
HSL color Cylindrical-coordinate representation of color #3DAE13: hue angle of 103.74º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DAE13 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 19 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.32 |
| HSL | 103.74º | 0.8% | 0.38% | - |
| HSV(B) | 103.74º | 0.89% | 0.68% | - |
| XYZ | 17.18 | 31.31 | 5.75 | - |
| YUV | 122.54 | 69.56 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 19 | 0.65 | 0 | 0.89 | 0.32 | 103.74 | 0.8 | 0.38 |
| Hex | 3D | AE | 13 | 41 | 0 | 59 | 20 | 68 | 50 | 26 |
| Octal | 75 | 256 | 23 | 101 | 0 | 131 | 40 | 150 | 120 | 46 |
| Binary | 111101 | 10101110 | 10011 | 1000001 | 0 | 1011001 | 100000 | 1101000 | 1010000 | 100110 |
Color Harmonies of #3DAE13
Complementary color
Monochromatic Colors of #3DAE13
Black with #3DAE13
Text Example
Text Example
White with #3DAE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE13; }
p { color: rgb(61,174,19); }
H1.HeaderClassName
{
color: #3DAE13;
}
.AnyTagClassName
{
color: #3DAE13;
}
</style>
background-color css
<style>
a { background-color: #3DAE13; }
a { background-color: rgb(61,174,19); }
div.DivClassName
{
background-color: #3DAE13;
}
.BgClassName
{
background-color: #3DAE13;
}
</style>
border-color css
<style>
span { border-color: #3DAE13; }
span { border-color: rgb(61,174,19); }
td.TdClassName
{
border-color: #3DAE13;
}
.TagClassName
{
border-color: #3DAE13;
}
</style>