Shades of Kelly Green #3DA825
Tints of Kelly Green #3DA825
RGB
CMYK
RGB Variations
Color information
#3DA825 (or 0x3DA825) is known color: Kelly Green. HEX triplet: 3D, A8 and 25. RGB value is (61,168,37). Sum of RGB (Red+Green+Blue) = 61+168+37=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 168 (66.02% from 255 or 63.16% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA825 is #C257DA. Grayscale: #797979. Windows color (decimal): -12736475 or 2467901. OLE color: 2467901.
HSL color Cylindrical-coordinate representation of color #3DA825: hue angle of 109.01º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DA825 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 37 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.34 |
| HSL | 109.01º | 0.64% | 0.4% | - |
| HSV(B) | 109.01º | 0.78% | 0.66% | - |
| XYZ | 16.26 | 29.13 | 6.52 | - |
| YUV | 121.07 | 80.55 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 37 | 0.64 | 0 | 0.78 | 0.34 | 109.01 | 0.64 | 0.4 |
| Hex | 3D | A8 | 25 | 40 | 0 | 4E | 22 | 6D | 40 | 28 |
| Octal | 75 | 250 | 45 | 100 | 0 | 116 | 42 | 155 | 100 | 50 |
| Binary | 111101 | 10101000 | 100101 | 1000000 | 0 | 1001110 | 100010 | 1101101 | 1000000 | 101000 |
Color Harmonies of #3DA825
Complementary color
Monochromatic Colors of #3DA825
Black with #3DA825
Text Example
Text Example
White with #3DA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA825; }
p { color: rgb(61,168,37); }
H1.HeaderClassName
{
color: #3DA825;
}
.AnyTagClassName
{
color: #3DA825;
}
</style>
background-color css
<style>
a { background-color: #3DA825; }
a { background-color: rgb(61,168,37); }
div.DivClassName
{
background-color: #3DA825;
}
.BgClassName
{
background-color: #3DA825;
}
</style>
border-color css
<style>
span { border-color: #3DA825; }
span { border-color: rgb(61,168,37); }
td.TdClassName
{
border-color: #3DA825;
}
.TagClassName
{
border-color: #3DA825;
}
</style>