Shades of Kelly Green #3DDB14
Tints of Kelly Green #3DDB14
RGB
CMYK
RGB Variations
Color information
#3DDB14 (or 0x3DDB14) is known color: Kelly Green. HEX triplet: 3D, DB and 14. RGB value is (61,219,20). Sum of RGB (Red+Green+Blue) = 61+219+20=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 219 (85.94% from 255 or 73% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDB14 is #C224EB. Grayscale: #959595. Windows color (decimal): -12723436 or 1366845. OLE color: 1366845.
HSL color Cylindrical-coordinate representation of color #3DDB14: hue angle of 107.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DDB14 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 20 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.14 |
| HSL | 107.64º | 0.83% | 0.47% | - |
| HSV(B) | 107.64º | 0.91% | 0.86% | - |
| XYZ | 27.38 | 51.71 | 9.2 | - |
| YUV | 149.07 | 55.15 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 20 | 0.72 | 0 | 0.91 | 0.14 | 107.64 | 0.83 | 0.47 |
| Hex | 3D | DB | 14 | 48 | 0 | 5B | E | 6C | 53 | 2F |
| Octal | 75 | 333 | 24 | 110 | 0 | 133 | 16 | 154 | 123 | 57 |
| Binary | 111101 | 11011011 | 10100 | 1001000 | 0 | 1011011 | 1110 | 1101100 | 1010011 | 101111 |
Color Harmonies of #3DDB14
Complementary color
Monochromatic Colors of #3DDB14
Black with #3DDB14
Text Example
Text Example
White with #3DDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB14; }
p { color: rgb(61,219,20); }
H1.HeaderClassName
{
color: #3DDB14;
}
.AnyTagClassName
{
color: #3DDB14;
}
</style>
background-color css
<style>
a { background-color: #3DDB14; }
a { background-color: rgb(61,219,20); }
div.DivClassName
{
background-color: #3DDB14;
}
.BgClassName
{
background-color: #3DDB14;
}
</style>
border-color css
<style>
span { border-color: #3DDB14; }
span { border-color: rgb(61,219,20); }
td.TdClassName
{
border-color: #3DDB14;
}
.TagClassName
{
border-color: #3DDB14;
}
</style>