Shades of Kelly Green #3DB426
Tints of Kelly Green #3DB426
RGB
CMYK
RGB Variations
Color information
#3DB426 (or 0x3DB426) is known color: Kelly Green. HEX triplet: 3D, B4 and 26. RGB value is (61,180,38). Sum of RGB (Red+Green+Blue) = 61+180+38=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 180 (70.70% from 255 or 64.52% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB426 is #C24BD9. Grayscale: #808080. Windows color (decimal): -12733402 or 2536509. OLE color: 2536509.
HSL color Cylindrical-coordinate representation of color #3DB426: hue angle of 110.28º degrees, saturation: 0.65, 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 #3DB426 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 38 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.29 |
| HSL | 110.28º | 0.65% | 0.43% | - |
| HSV(B) | 110.28º | 0.79% | 0.71% | - |
| XYZ | 18.6 | 33.77 | 7.37 | - |
| YUV | 128.23 | 77.08 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 38 | 0.66 | 0 | 0.79 | 0.29 | 110.28 | 0.65 | 0.43 |
| Hex | 3D | B4 | 26 | 42 | 0 | 4F | 1D | 6E | 41 | 2B |
| Octal | 75 | 264 | 46 | 102 | 0 | 117 | 35 | 156 | 101 | 53 |
| Binary | 111101 | 10110100 | 100110 | 1000010 | 0 | 1001111 | 11101 | 1101110 | 1000001 | 101011 |
Color Harmonies of #3DB426
Complementary color
Monochromatic Colors of #3DB426
Black with #3DB426
Text Example
Text Example
White with #3DB426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB426; }
p { color: rgb(61,180,38); }
H1.HeaderClassName
{
color: #3DB426;
}
.AnyTagClassName
{
color: #3DB426;
}
</style>
background-color css
<style>
a { background-color: #3DB426; }
a { background-color: rgb(61,180,38); }
div.DivClassName
{
background-color: #3DB426;
}
.BgClassName
{
background-color: #3DB426;
}
</style>
border-color css
<style>
span { border-color: #3DB426; }
span { border-color: rgb(61,180,38); }
td.TdClassName
{
border-color: #3DB426;
}
.TagClassName
{
border-color: #3DB426;
}
</style>