Shades of Kelly Green #3DBA25
Tints of Kelly Green #3DBA25
RGB
CMYK
RGB Variations
Color information
#3DBA25 (or 0x3DBA25) is known color: Kelly Green. HEX triplet: 3D, BA and 25. RGB value is (61,186,37). Sum of RGB (Red+Green+Blue) = 61+186+37=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA25 is #C245DA. Grayscale: #848484. Windows color (decimal): -12731867 or 2472509. OLE color: 2472509.
HSL color Cylindrical-coordinate representation of color #3DBA25: hue angle of 110.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DBA25 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 37 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.27 |
| HSL | 110.34º | 0.67% | 0.44% | - |
| HSV(B) | 110.34º | 0.8% | 0.73% | - |
| XYZ | 19.82 | 36.24 | 7.7 | - |
| YUV | 131.64 | 74.59 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 37 | 0.67 | 0 | 0.80 | 0.27 | 110.34 | 0.67 | 0.44 |
| Hex | 3D | BA | 25 | 43 | 0 | 50 | 1B | 6E | 43 | 2C |
| Octal | 75 | 272 | 45 | 103 | 0 | 120 | 33 | 156 | 103 | 54 |
| Binary | 111101 | 10111010 | 100101 | 1000011 | 0 | 1010000 | 11011 | 1101110 | 1000011 | 101100 |
Color Harmonies of #3DBA25
Complementary color
Monochromatic Colors of #3DBA25
Black with #3DBA25
Text Example
Text Example
White with #3DBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA25; }
p { color: rgb(61,186,37); }
H1.HeaderClassName
{
color: #3DBA25;
}
.AnyTagClassName
{
color: #3DBA25;
}
</style>
background-color css
<style>
a { background-color: #3DBA25; }
a { background-color: rgb(61,186,37); }
div.DivClassName
{
background-color: #3DBA25;
}
.BgClassName
{
background-color: #3DBA25;
}
</style>
border-color css
<style>
span { border-color: #3DBA25; }
span { border-color: rgb(61,186,37); }
td.TdClassName
{
border-color: #3DBA25;
}
.TagClassName
{
border-color: #3DBA25;
}
</style>