Shades of Kelly Green #3DBD19
Tints of Kelly Green #3DBD19
RGB
CMYK
RGB Variations
Color information
#3DBD19 (or 0x3DBD19) is known color: Kelly Green. HEX triplet: 3D, BD and 19. RGB value is (61,189,25). Sum of RGB (Red+Green+Blue) = 61+189+25=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBD19 is #C242E6. Grayscale: #848484. Windows color (decimal): -12731111 or 1686845. OLE color: 1686845.
HSL color Cylindrical-coordinate representation of color #3DBD19: hue angle of 106.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DBD19 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 25 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.26 |
| HSL | 106.83º | 0.77% | 0.42% | - |
| HSV(B) | 106.83º | 0.87% | 0.74% | - |
| XYZ | 20.3 | 37.46 | 7.08 | - |
| YUV | 132.03 | 67.59 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 25 | 0.68 | 0 | 0.87 | 0.26 | 106.83 | 0.77 | 0.42 |
| Hex | 3D | BD | 19 | 44 | 0 | 57 | 1A | 6B | 4D | 2A |
| Octal | 75 | 275 | 31 | 104 | 0 | 127 | 32 | 153 | 115 | 52 |
| Binary | 111101 | 10111101 | 11001 | 1000100 | 0 | 1010111 | 11010 | 1101011 | 1001101 | 101010 |
Color Harmonies of #3DBD19
Complementary color
Monochromatic Colors of #3DBD19
Black with #3DBD19
Text Example
Text Example
White with #3DBD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD19; }
p { color: rgb(61,189,25); }
H1.HeaderClassName
{
color: #3DBD19;
}
.AnyTagClassName
{
color: #3DBD19;
}
</style>
background-color css
<style>
a { background-color: #3DBD19; }
a { background-color: rgb(61,189,25); }
div.DivClassName
{
background-color: #3DBD19;
}
.BgClassName
{
background-color: #3DBD19;
}
</style>
border-color css
<style>
span { border-color: #3DBD19; }
span { border-color: rgb(61,189,25); }
td.TdClassName
{
border-color: #3DBD19;
}
.TagClassName
{
border-color: #3DBD19;
}
</style>