Shades of Kelly Green #3DB328
Tints of Kelly Green #3DB328
RGB
CMYK
RGB Variations
Color information
#3DB328 (or 0x3DB328) is known color: Kelly Green. HEX triplet: 3D, B3 and 28. RGB value is (61,179,40). Sum of RGB (Red+Green+Blue) = 61+179+40=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB328 is #C24CD7. Grayscale: #808080. Windows color (decimal): -12733656 or 2667325. OLE color: 2667325.
HSL color Cylindrical-coordinate representation of color #3DB328: hue angle of 110.94º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DB328 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 40 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.30 |
| HSL | 110.94º | 0.63% | 0.43% | - |
| HSV(B) | 110.94º | 0.78% | 0.7% | - |
| XYZ | 18.43 | 33.39 | 7.48 | - |
| YUV | 127.87 | 78.41 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 40 | 0.66 | 0 | 0.78 | 0.30 | 110.94 | 0.63 | 0.43 |
| Hex | 3D | B3 | 28 | 42 | 0 | 4E | 1E | 6F | 3F | 2B |
| Octal | 75 | 263 | 50 | 102 | 0 | 116 | 36 | 157 | 77 | 53 |
| Binary | 111101 | 10110011 | 101000 | 1000010 | 0 | 1001110 | 11110 | 1101111 | 111111 | 101011 |
Color Harmonies of #3DB328
Complementary color
Monochromatic Colors of #3DB328
Black with #3DB328
Text Example
Text Example
White with #3DB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB328; }
p { color: rgb(61,179,40); }
H1.HeaderClassName
{
color: #3DB328;
}
.AnyTagClassName
{
color: #3DB328;
}
</style>
background-color css
<style>
a { background-color: #3DB328; }
a { background-color: rgb(61,179,40); }
div.DivClassName
{
background-color: #3DB328;
}
.BgClassName
{
background-color: #3DB328;
}
</style>
border-color css
<style>
span { border-color: #3DB328; }
span { border-color: rgb(61,179,40); }
td.TdClassName
{
border-color: #3DB328;
}
.TagClassName
{
border-color: #3DB328;
}
</style>