Shades of Kelly Green #3DDB0C
Tints of Kelly Green #3DDB0C
RGB
CMYK
RGB Variations
Color information
#3DDB0C (or 0x3DDB0C) is known color: Kelly Green. HEX triplet: 3D, DB and 0C. RGB value is (61,219,12). Sum of RGB (Red+Green+Blue) = 61+219+12=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 219 (85.94% from 255 or 75% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDB0C is #C224F3. Grayscale: #949494. Windows color (decimal): -12723444 or 842557. OLE color: 842557.
HSL color Cylindrical-coordinate representation of color #3DDB0C: hue angle of 105.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DDB0C is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 12 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.14 |
| HSL | 105.8º | 0.9% | 0.45% | - |
| HSV(B) | 105.8º | 0.95% | 0.86% | - |
| XYZ | 27.32 | 51.68 | 8.88 | - |
| YUV | 148.16 | 51.15 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 12 | 0.72 | 0 | 0.95 | 0.14 | 105.8 | 0.9 | 0.45 |
| Hex | 3D | DB | C | 48 | 0 | 5F | E | 6A | 5A | 2D |
| Octal | 75 | 333 | 14 | 110 | 0 | 137 | 16 | 152 | 132 | 55 |
| Binary | 111101 | 11011011 | 1100 | 1001000 | 0 | 1011111 | 1110 | 1101010 | 1011010 | 101101 |
Color Harmonies of #3DDB0C
Complementary color
Monochromatic Colors of #3DDB0C
Black with #3DDB0C
Text Example
Text Example
White with #3DDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB0C; }
p { color: rgb(61,219,12); }
H1.HeaderClassName
{
color: #3DDB0C;
}
.AnyTagClassName
{
color: #3DDB0C;
}
</style>
background-color css
<style>
a { background-color: #3DDB0C; }
a { background-color: rgb(61,219,12); }
div.DivClassName
{
background-color: #3DDB0C;
}
.BgClassName
{
background-color: #3DDB0C;
}
</style>
border-color css
<style>
span { border-color: #3DDB0C; }
span { border-color: rgb(61,219,12); }
td.TdClassName
{
border-color: #3DDB0C;
}
.TagClassName
{
border-color: #3DDB0C;
}
</style>