Shades of Kelly Green #3DD817
Tints of Kelly Green #3DD817
RGB
CMYK
RGB Variations
Color information
#3DD817 (or 0x3DD817) is known color: Kelly Green. HEX triplet: 3D, D8 and 17. RGB value is (61,216,23). Sum of RGB (Red+Green+Blue) = 61+216+23=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 216 (84.77% from 255 or 72% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD817 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD817 is #C227E8. Grayscale: #949494. Windows color (decimal): -12724201 or 1562685. OLE color: 1562685.
HSL color Cylindrical-coordinate representation of color #3DD817: hue angle of 108.19º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DD817 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 23 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.15 |
| HSL | 108.19º | 0.81% | 0.47% | - |
| HSV(B) | 108.19º | 0.89% | 0.85% | - |
| XYZ | 26.63 | 50.17 | 9.09 | - |
| YUV | 147.65 | 57.65 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 23 | 0.72 | 0 | 0.89 | 0.15 | 108.19 | 0.81 | 0.47 |
| Hex | 3D | D8 | 17 | 48 | 0 | 59 | F | 6C | 51 | 2F |
| Octal | 75 | 330 | 27 | 110 | 0 | 131 | 17 | 154 | 121 | 57 |
| Binary | 111101 | 11011000 | 10111 | 1001000 | 0 | 1011001 | 1111 | 1101100 | 1010001 | 101111 |
Color Harmonies of #3DD817
Complementary color
Monochromatic Colors of #3DD817
Black with #3DD817
Text Example
Text Example
White with #3DD817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD817; }
p { color: rgb(61,216,23); }
H1.HeaderClassName
{
color: #3DD817;
}
.AnyTagClassName
{
color: #3DD817;
}
</style>
background-color css
<style>
a { background-color: #3DD817; }
a { background-color: rgb(61,216,23); }
div.DivClassName
{
background-color: #3DD817;
}
.BgClassName
{
background-color: #3DD817;
}
</style>
border-color css
<style>
span { border-color: #3DD817; }
span { border-color: rgb(61,216,23); }
td.TdClassName
{
border-color: #3DD817;
}
.TagClassName
{
border-color: #3DD817;
}
</style>