Shades of Kelly Green #3DB525
Tints of Kelly Green #3DB525
RGB
CMYK
RGB Variations
Color information
#3DB525 (or 0x3DB525) is known color: Kelly Green. HEX triplet: 3D, B5 and 25. RGB value is (61,181,37). Sum of RGB (Red+Green+Blue) = 61+181+37=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB525 is #C24ADA. Grayscale: #818181. Windows color (decimal): -12733147 or 2471229. OLE color: 2471229.
HSL color Cylindrical-coordinate representation of color #3DB525: hue angle of 110º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DB525 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 37 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.29 |
| HSL | 110º | 0.66% | 0.43% | - |
| HSV(B) | 110º | 0.8% | 0.71% | - |
| XYZ | 18.78 | 34.17 | 7.36 | - |
| YUV | 128.7 | 76.24 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 37 | 0.66 | 0 | 0.80 | 0.29 | 110 | 0.66 | 0.43 |
| Hex | 3D | B5 | 25 | 42 | 0 | 50 | 1D | 6E | 42 | 2B |
| Octal | 75 | 265 | 45 | 102 | 0 | 120 | 35 | 156 | 102 | 53 |
| Binary | 111101 | 10110101 | 100101 | 1000010 | 0 | 1010000 | 11101 | 1101110 | 1000010 | 101011 |
Color Harmonies of #3DB525
Complementary color
Monochromatic Colors of #3DB525
Black with #3DB525
Text Example
Text Example
White with #3DB525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB525; }
p { color: rgb(61,181,37); }
H1.HeaderClassName
{
color: #3DB525;
}
.AnyTagClassName
{
color: #3DB525;
}
</style>
background-color css
<style>
a { background-color: #3DB525; }
a { background-color: rgb(61,181,37); }
div.DivClassName
{
background-color: #3DB525;
}
.BgClassName
{
background-color: #3DB525;
}
</style>
border-color css
<style>
span { border-color: #3DB525; }
span { border-color: rgb(61,181,37); }
td.TdClassName
{
border-color: #3DB525;
}
.TagClassName
{
border-color: #3DB525;
}
</style>