Shades of Kelly Green #3DB409
Tints of Kelly Green #3DB409
RGB
CMYK
RGB Variations
Color information
#3DB409 (or 0x3DB409) is known color: Kelly Green. HEX triplet: 3D, B4 and 09. RGB value is (61,180,9). Sum of RGB (Red+Green+Blue) = 61+180+9=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 180 (70.70% from 255 or 72% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB409 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DB409 is #C24BF6. Grayscale: #7D7D7D. Windows color (decimal): -12733431 or 635965. OLE color: 635965.
HSL color Cylindrical-coordinate representation of color #3DB409: hue angle of 101.75º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DB409 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 9 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.29 |
| HSL | 101.75º | 0.9% | 0.37% | - |
| HSV(B) | 101.75º | 0.95% | 0.71% | - |
| XYZ | 18.3 | 33.65 | 5.79 | - |
| YUV | 124.93 | 62.58 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 9 | 0.66 | 0 | 0.95 | 0.29 | 101.75 | 0.9 | 0.37 |
| Hex | 3D | B4 | 9 | 42 | 0 | 5F | 1D | 66 | 5A | 25 |
| Octal | 75 | 264 | 11 | 102 | 0 | 137 | 35 | 146 | 132 | 45 |
| Binary | 111101 | 10110100 | 1001 | 1000010 | 0 | 1011111 | 11101 | 1100110 | 1011010 | 100101 |
Color Harmonies of #3DB409
Complementary color
Monochromatic Colors of #3DB409
Black with #3DB409
Text Example
Text Example
White with #3DB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB409; }
p { color: rgb(61,180,9); }
H1.HeaderClassName
{
color: #3DB409;
}
.AnyTagClassName
{
color: #3DB409;
}
</style>
background-color css
<style>
a { background-color: #3DB409; }
a { background-color: rgb(61,180,9); }
div.DivClassName
{
background-color: #3DB409;
}
.BgClassName
{
background-color: #3DB409;
}
</style>
border-color css
<style>
span { border-color: #3DB409; }
span { border-color: rgb(61,180,9); }
td.TdClassName
{
border-color: #3DB409;
}
.TagClassName
{
border-color: #3DB409;
}
</style>