Shades of Kelly Green #3DB323
Tints of Kelly Green #3DB323
RGB
CMYK
RGB Variations
Color information
#3DB323 (or 0x3DB323) is known color: Kelly Green. HEX triplet: 3D, B3 and 23. RGB value is (61,179,35). Sum of RGB (Red+Green+Blue) = 61+179+35=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB323 is #C24CDC. Grayscale: #7F7F7F. Windows color (decimal): -12733661 or 2339645. OLE color: 2339645.
HSL color Cylindrical-coordinate representation of color #3DB323: hue angle of 109.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DB323 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 35 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.30 |
| HSL | 109.17º | 0.67% | 0.42% | - |
| HSV(B) | 109.17º | 0.8% | 0.7% | - |
| XYZ | 18.35 | 33.35 | 7.06 | - |
| YUV | 127.3 | 75.91 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 35 | 0.66 | 0 | 0.80 | 0.30 | 109.17 | 0.67 | 0.42 |
| Hex | 3D | B3 | 23 | 42 | 0 | 50 | 1E | 6D | 43 | 2A |
| Octal | 75 | 263 | 43 | 102 | 0 | 120 | 36 | 155 | 103 | 52 |
| Binary | 111101 | 10110011 | 100011 | 1000010 | 0 | 1010000 | 11110 | 1101101 | 1000011 | 101010 |
Color Harmonies of #3DB323
Complementary color
Monochromatic Colors of #3DB323
Black with #3DB323
Text Example
Text Example
White with #3DB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB323; }
p { color: rgb(61,179,35); }
H1.HeaderClassName
{
color: #3DB323;
}
.AnyTagClassName
{
color: #3DB323;
}
</style>
background-color css
<style>
a { background-color: #3DB323; }
a { background-color: rgb(61,179,35); }
div.DivClassName
{
background-color: #3DB323;
}
.BgClassName
{
background-color: #3DB323;
}
</style>
border-color css
<style>
span { border-color: #3DB323; }
span { border-color: rgb(61,179,35); }
td.TdClassName
{
border-color: #3DB323;
}
.TagClassName
{
border-color: #3DB323;
}
</style>