Shades of Kelly Green #3DCD1A
Tints of Kelly Green #3DCD1A
RGB
CMYK
RGB Variations
Color information
#3DCD1A (or 0x3DCD1A) is known color: Kelly Green. HEX triplet: 3D, CD and 1A. RGB value is (61,205,26). Sum of RGB (Red+Green+Blue) = 61+205+26=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 205 (80.47% from 255 or 70.21% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD1A is #C232E5. Grayscale: #8E8E8E. Windows color (decimal): -12727014 or 1756477. OLE color: 1756477.
HSL color Cylindrical-coordinate representation of color #3DCD1A: hue angle of 108.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DCD1A is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 26 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.20 |
| HSL | 108.27º | 0.77% | 0.45% | - |
| HSV(B) | 108.27º | 0.87% | 0.8% | - |
| XYZ | 23.94 | 44.73 | 8.35 | - |
| YUV | 141.54 | 62.79 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 26 | 0.70 | 0 | 0.87 | 0.20 | 108.27 | 0.77 | 0.45 |
| Hex | 3D | CD | 1A | 46 | 0 | 57 | 14 | 6C | 4D | 2D |
| Octal | 75 | 315 | 32 | 106 | 0 | 127 | 24 | 154 | 115 | 55 |
| Binary | 111101 | 11001101 | 11010 | 1000110 | 0 | 1010111 | 10100 | 1101100 | 1001101 | 101101 |
Color Harmonies of #3DCD1A
Complementary color
Monochromatic Colors of #3DCD1A
Black with #3DCD1A
Text Example
Text Example
White with #3DCD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD1A; }
p { color: rgb(61,205,26); }
H1.HeaderClassName
{
color: #3DCD1A;
}
.AnyTagClassName
{
color: #3DCD1A;
}
</style>
background-color css
<style>
a { background-color: #3DCD1A; }
a { background-color: rgb(61,205,26); }
div.DivClassName
{
background-color: #3DCD1A;
}
.BgClassName
{
background-color: #3DCD1A;
}
</style>
border-color css
<style>
span { border-color: #3DCD1A; }
span { border-color: rgb(61,205,26); }
td.TdClassName
{
border-color: #3DCD1A;
}
.TagClassName
{
border-color: #3DCD1A;
}
</style>