Shades of Kelly Green #3DCD19
Tints of Kelly Green #3DCD19
RGB
CMYK
RGB Variations
Color information
#3DCD19 (or 0x3DCD19) is known color: Kelly Green. HEX triplet: 3D, CD and 19. RGB value is (61,205,25). Sum of RGB (Red+Green+Blue) = 61+205+25=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 205 (80.47% from 255 or 70.45% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCD19 is #C232E6. Grayscale: #8E8E8E. Windows color (decimal): -12727015 or 1690941. OLE color: 1690941.
HSL color Cylindrical-coordinate representation of color #3DCD19: hue angle of 108º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DCD19 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 25 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.20 |
| HSL | 108º | 0.78% | 0.45% | - |
| HSV(B) | 108º | 0.88% | 0.8% | - |
| XYZ | 23.93 | 44.72 | 8.29 | - |
| YUV | 141.42 | 62.29 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 25 | 0.70 | 0 | 0.88 | 0.20 | 108 | 0.78 | 0.45 |
| Hex | 3D | CD | 19 | 46 | 0 | 58 | 14 | 6C | 4E | 2D |
| Octal | 75 | 315 | 31 | 106 | 0 | 130 | 24 | 154 | 116 | 55 |
| Binary | 111101 | 11001101 | 11001 | 1000110 | 0 | 1011000 | 10100 | 1101100 | 1001110 | 101101 |
Color Harmonies of #3DCD19
Complementary color
Monochromatic Colors of #3DCD19
Black with #3DCD19
Text Example
Text Example
White with #3DCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD19; }
p { color: rgb(61,205,25); }
H1.HeaderClassName
{
color: #3DCD19;
}
.AnyTagClassName
{
color: #3DCD19;
}
</style>
background-color css
<style>
a { background-color: #3DCD19; }
a { background-color: rgb(61,205,25); }
div.DivClassName
{
background-color: #3DCD19;
}
.BgClassName
{
background-color: #3DCD19;
}
</style>
border-color css
<style>
span { border-color: #3DCD19; }
span { border-color: rgb(61,205,25); }
td.TdClassName
{
border-color: #3DCD19;
}
.TagClassName
{
border-color: #3DCD19;
}
</style>