Shades of Kelly Green #3DCD15
Tints of Kelly Green #3DCD15
RGB
CMYK
RGB Variations
Color information
#3DCD15 (or 0x3DCD15) is known color: Kelly Green. HEX triplet: 3D, CD and 15. RGB value is (61,205,21). Sum of RGB (Red+Green+Blue) = 61+205+21=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCD15 is #C232EA. Grayscale: #8D8D8D. Windows color (decimal): -12727019 or 1428797. OLE color: 1428797.
HSL color Cylindrical-coordinate representation of color #3DCD15: hue angle of 106.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DCD15 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 21 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.20 |
| HSL | 106.96º | 0.81% | 0.44% | - |
| HSV(B) | 106.96º | 0.9% | 0.8% | - |
| XYZ | 23.89 | 44.71 | 8.08 | - |
| YUV | 140.97 | 60.29 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 21 | 0.70 | 0 | 0.90 | 0.20 | 106.96 | 0.81 | 0.44 |
| Hex | 3D | CD | 15 | 46 | 0 | 5A | 14 | 6B | 51 | 2C |
| Octal | 75 | 315 | 25 | 106 | 0 | 132 | 24 | 153 | 121 | 54 |
| Binary | 111101 | 11001101 | 10101 | 1000110 | 0 | 1011010 | 10100 | 1101011 | 1010001 | 101100 |
Color Harmonies of #3DCD15
Complementary color
Monochromatic Colors of #3DCD15
Black with #3DCD15
Text Example
Text Example
White with #3DCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD15; }
p { color: rgb(61,205,21); }
H1.HeaderClassName
{
color: #3DCD15;
}
.AnyTagClassName
{
color: #3DCD15;
}
</style>
background-color css
<style>
a { background-color: #3DCD15; }
a { background-color: rgb(61,205,21); }
div.DivClassName
{
background-color: #3DCD15;
}
.BgClassName
{
background-color: #3DCD15;
}
</style>
border-color css
<style>
span { border-color: #3DCD15; }
span { border-color: rgb(61,205,21); }
td.TdClassName
{
border-color: #3DCD15;
}
.TagClassName
{
border-color: #3DCD15;
}
</style>