Shades of Kelly Green #3DB425
Tints of Kelly Green #3DB425
RGB
CMYK
RGB Variations
Color information
#3DB425 (or 0x3DB425) is known color: Kelly Green. HEX triplet: 3D, B4 and 25. RGB value is (61,180,37). Sum of RGB (Red+Green+Blue) = 61+180+37=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 180 (70.70% from 255 or 64.75% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB425 is #C24BDA. Grayscale: #808080. Windows color (decimal): -12733403 or 2470973. OLE color: 2470973.
HSL color Cylindrical-coordinate representation of color #3DB425: hue angle of 109.93º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DB425 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 37 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.29 |
| HSL | 109.93º | 0.66% | 0.43% | - |
| HSV(B) | 109.93º | 0.79% | 0.71% | - |
| XYZ | 18.58 | 33.77 | 7.29 | - |
| YUV | 128.12 | 76.58 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 37 | 0.66 | 0 | 0.79 | 0.29 | 109.93 | 0.66 | 0.43 |
| Hex | 3D | B4 | 25 | 42 | 0 | 4F | 1D | 6E | 42 | 2B |
| Octal | 75 | 264 | 45 | 102 | 0 | 117 | 35 | 156 | 102 | 53 |
| Binary | 111101 | 10110100 | 100101 | 1000010 | 0 | 1001111 | 11101 | 1101110 | 1000010 | 101011 |
Color Harmonies of #3DB425
Complementary color
Monochromatic Colors of #3DB425
Black with #3DB425
Text Example
Text Example
White with #3DB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB425; }
p { color: rgb(61,180,37); }
H1.HeaderClassName
{
color: #3DB425;
}
.AnyTagClassName
{
color: #3DB425;
}
</style>
background-color css
<style>
a { background-color: #3DB425; }
a { background-color: rgb(61,180,37); }
div.DivClassName
{
background-color: #3DB425;
}
.BgClassName
{
background-color: #3DB425;
}
</style>
border-color css
<style>
span { border-color: #3DB425; }
span { border-color: rgb(61,180,37); }
td.TdClassName
{
border-color: #3DB425;
}
.TagClassName
{
border-color: #3DB425;
}
</style>