Shades of Kelly Green #3DD006
Tints of Kelly Green #3DD006
RGB
CMYK
RGB Variations
Color information
#3DD006 (or 0x3DD006) is known color: Kelly Green. HEX triplet: 3D, D0 and 06. RGB value is (61,208,6). Sum of RGB (Red+Green+Blue) = 61+208+6=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 208 (81.64% from 255 or 75.64% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DD006 is #C22FF9. Grayscale: #8D8D8D. Windows color (decimal): -12726266 or 446525. OLE color: 446525.
HSL color Cylindrical-coordinate representation of color #3DD006: hue angle of 103.66º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DD006 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 6 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.18 |
| HSL | 103.66º | 0.94% | 0.42% | - |
| HSV(B) | 103.66º | 0.97% | 0.82% | - |
| XYZ | 24.51 | 46.12 | 7.78 | - |
| YUV | 141.02 | 51.8 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 6 | 0.71 | 0 | 0.97 | 0.18 | 103.66 | 0.94 | 0.42 |
| Hex | 3D | D0 | 6 | 47 | 0 | 61 | 12 | 68 | 5E | 2A |
| Octal | 75 | 320 | 6 | 107 | 0 | 141 | 22 | 150 | 136 | 52 |
| Binary | 111101 | 11010000 | 110 | 1000111 | 0 | 1100001 | 10010 | 1101000 | 1011110 | 101010 |
Color Harmonies of #3DD006
Complementary color
Monochromatic Colors of #3DD006
Black with #3DD006
Text Example
Text Example
White with #3DD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD006; }
p { color: rgb(61,208,6); }
H1.HeaderClassName
{
color: #3DD006;
}
.AnyTagClassName
{
color: #3DD006;
}
</style>
background-color css
<style>
a { background-color: #3DD006; }
a { background-color: rgb(61,208,6); }
div.DivClassName
{
background-color: #3DD006;
}
.BgClassName
{
background-color: #3DD006;
}
</style>
border-color css
<style>
span { border-color: #3DD006; }
span { border-color: rgb(61,208,6); }
td.TdClassName
{
border-color: #3DD006;
}
.TagClassName
{
border-color: #3DD006;
}
</style>