Shades of Kelly Green #3DB61F
Tints of Kelly Green #3DB61F
RGB
CMYK
RGB Variations
Color information
#3DB61F (or 0x3DB61F) is known color: Kelly Green. HEX triplet: 3D, B6 and 1F. RGB value is (61,182,31). Sum of RGB (Red+Green+Blue) = 61+182+31=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 182 (71.48% from 255 or 66.42% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB61F is #C249E0. Grayscale: #818181. Windows color (decimal): -12732897 or 2078269. OLE color: 2078269.
HSL color Cylindrical-coordinate representation of color #3DB61F: hue angle of 108.08º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DB61F is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 31 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.29 |
| HSL | 108.08º | 0.71% | 0.42% | - |
| HSV(B) | 108.08º | 0.83% | 0.71% | - |
| XYZ | 18.9 | 34.55 | 6.97 | - |
| YUV | 128.61 | 72.91 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 31 | 0.66 | 0 | 0.83 | 0.29 | 108.08 | 0.71 | 0.42 |
| Hex | 3D | B6 | 1F | 42 | 0 | 53 | 1D | 6C | 47 | 2A |
| Octal | 75 | 266 | 37 | 102 | 0 | 123 | 35 | 154 | 107 | 52 |
| Binary | 111101 | 10110110 | 11111 | 1000010 | 0 | 1010011 | 11101 | 1101100 | 1000111 | 101010 |
Color Harmonies of #3DB61F
Complementary color
Monochromatic Colors of #3DB61F
Black with #3DB61F
Text Example
Text Example
White with #3DB61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB61F; }
p { color: rgb(61,182,31); }
H1.HeaderClassName
{
color: #3DB61F;
}
.AnyTagClassName
{
color: #3DB61F;
}
</style>
background-color css
<style>
a { background-color: #3DB61F; }
a { background-color: rgb(61,182,31); }
div.DivClassName
{
background-color: #3DB61F;
}
.BgClassName
{
background-color: #3DB61F;
}
</style>
border-color css
<style>
span { border-color: #3DB61F; }
span { border-color: rgb(61,182,31); }
td.TdClassName
{
border-color: #3DB61F;
}
.TagClassName
{
border-color: #3DB61F;
}
</style>