Shades of Kelly Green #3DB605
Tints of Kelly Green #3DB605
RGB
CMYK
RGB Variations
Color information
#3DB605 (or 0x3DB605) is known color: Kelly Green. HEX triplet: 3D, B6 and 05. RGB value is (61,182,5). Sum of RGB (Red+Green+Blue) = 61+182+5=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 182 (71.48% from 255 or 73.39% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB605 is #C249FA. Grayscale: #7E7E7E. Windows color (decimal): -12732923 or 374333. OLE color: 374333.
HSL color Cylindrical-coordinate representation of color #3DB605: hue angle of 101.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DB605 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 5 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.29 |
| HSL | 101.02º | 0.95% | 0.37% | - |
| HSV(B) | 101.02º | 0.97% | 0.71% | - |
| XYZ | 18.68 | 34.46 | 5.81 | - |
| YUV | 125.64 | 59.91 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 5 | 0.66 | 0 | 0.97 | 0.29 | 101.02 | 0.95 | 0.37 |
| Hex | 3D | B6 | 5 | 42 | 0 | 61 | 1D | 65 | 5F | 25 |
| Octal | 75 | 266 | 5 | 102 | 0 | 141 | 35 | 145 | 137 | 45 |
| Binary | 111101 | 10110110 | 101 | 1000010 | 0 | 1100001 | 11101 | 1100101 | 1011111 | 100101 |
Color Harmonies of #3DB605
Complementary color
Monochromatic Colors of #3DB605
Black with #3DB605
Text Example
Text Example
White with #3DB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB605; }
p { color: rgb(61,182,5); }
H1.HeaderClassName
{
color: #3DB605;
}
.AnyTagClassName
{
color: #3DB605;
}
</style>
background-color css
<style>
a { background-color: #3DB605; }
a { background-color: rgb(61,182,5); }
div.DivClassName
{
background-color: #3DB605;
}
.BgClassName
{
background-color: #3DB605;
}
</style>
border-color css
<style>
span { border-color: #3DB605; }
span { border-color: rgb(61,182,5); }
td.TdClassName
{
border-color: #3DB605;
}
.TagClassName
{
border-color: #3DB605;
}
</style>