Shades of Kelly Green #3DB61C
Tints of Kelly Green #3DB61C
RGB
CMYK
RGB Variations
Color information
#3DB61C (or 0x3DB61C) is known color: Kelly Green. HEX triplet: 3D, B6 and 1C. RGB value is (61,182,28). Sum of RGB (Red+Green+Blue) = 61+182+28=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 182 (71.48% from 255 or 67.16% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB61C is #C249E3. Grayscale: #808080. Windows color (decimal): -12732900 or 1881661. OLE color: 1881661.
HSL color Cylindrical-coordinate representation of color #3DB61C: hue angle of 107.14º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DB61C is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 28 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.29 |
| HSL | 107.14º | 0.73% | 0.41% | - |
| HSV(B) | 107.14º | 0.85% | 0.71% | - |
| XYZ | 18.86 | 34.53 | 6.77 | - |
| YUV | 128.27 | 71.41 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 28 | 0.66 | 0 | 0.85 | 0.29 | 107.14 | 0.73 | 0.41 |
| Hex | 3D | B6 | 1C | 42 | 0 | 55 | 1D | 6B | 49 | 29 |
| Octal | 75 | 266 | 34 | 102 | 0 | 125 | 35 | 153 | 111 | 51 |
| Binary | 111101 | 10110110 | 11100 | 1000010 | 0 | 1010101 | 11101 | 1101011 | 1001001 | 101001 |
Color Harmonies of #3DB61C
Complementary color
Monochromatic Colors of #3DB61C
Black with #3DB61C
Text Example
Text Example
White with #3DB61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB61C; }
p { color: rgb(61,182,28); }
H1.HeaderClassName
{
color: #3DB61C;
}
.AnyTagClassName
{
color: #3DB61C;
}
</style>
background-color css
<style>
a { background-color: #3DB61C; }
a { background-color: rgb(61,182,28); }
div.DivClassName
{
background-color: #3DB61C;
}
.BgClassName
{
background-color: #3DB61C;
}
</style>
border-color css
<style>
span { border-color: #3DB61C; }
span { border-color: rgb(61,182,28); }
td.TdClassName
{
border-color: #3DB61C;
}
.TagClassName
{
border-color: #3DB61C;
}
</style>