Shades of Kelly Green #3DB128
Tints of Kelly Green #3DB128
RGB
CMYK
RGB Variations
Color information
#3DB128 (or 0x3DB128) is known color: Kelly Green. HEX triplet: 3D, B1 and 28. RGB value is (61,177,40). Sum of RGB (Red+Green+Blue) = 61+177+40=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 177 (69.53% from 255 or 63.67% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB128 is #C24ED7. Grayscale: #7F7F7F. Windows color (decimal): -12734168 or 2666813. OLE color: 2666813.
HSL color Cylindrical-coordinate representation of color #3DB128: hue angle of 110.8º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DB128 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 40 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.31 |
| HSL | 110.8º | 0.63% | 0.43% | - |
| HSV(B) | 110.8º | 0.77% | 0.69% | - |
| XYZ | 18.03 | 32.59 | 7.35 | - |
| YUV | 126.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 40 | 0.66 | 0 | 0.77 | 0.31 | 110.8 | 0.63 | 0.43 |
| Hex | 3D | B1 | 28 | 42 | 0 | 4D | 1F | 6F | 3F | 2B |
| Octal | 75 | 261 | 50 | 102 | 0 | 115 | 37 | 157 | 77 | 53 |
| Binary | 111101 | 10110001 | 101000 | 1000010 | 0 | 1001101 | 11111 | 1101111 | 111111 | 101011 |
Color Harmonies of #3DB128
Complementary color
Monochromatic Colors of #3DB128
Black with #3DB128
Text Example
Text Example
White with #3DB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB128; }
p { color: rgb(61,177,40); }
H1.HeaderClassName
{
color: #3DB128;
}
.AnyTagClassName
{
color: #3DB128;
}
</style>
background-color css
<style>
a { background-color: #3DB128; }
a { background-color: rgb(61,177,40); }
div.DivClassName
{
background-color: #3DB128;
}
.BgClassName
{
background-color: #3DB128;
}
</style>
border-color css
<style>
span { border-color: #3DB128; }
span { border-color: rgb(61,177,40); }
td.TdClassName
{
border-color: #3DB128;
}
.TagClassName
{
border-color: #3DB128;
}
</style>