Shades of Kelly Green #4AD726
Tints of Kelly Green #4AD726
RGB
CMYK
RGB Variations
Color information
#4AD726 (or 0x4AD726) is known color: Kelly Green. HEX triplet: 4A, D7 and 26. RGB value is (74,215,38). Sum of RGB (Red+Green+Blue) = 74+215+38=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD726 is #B528D9. Grayscale: #999999. Windows color (decimal): -11872474 or 2545482. OLE color: 2545482.
HSL color Cylindrical-coordinate representation of color #4AD726: hue angle of 107.8º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AD726 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 38 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.16 |
| HSL | 107.8º | 0.7% | 0.5% | - |
| HSV(B) | 107.8º | 0.82% | 0.84% | - |
| XYZ | 27.47 | 50.2 | 10.07 | - |
| YUV | 152.66 | 63.29 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 38 | 0.66 | 0 | 0.82 | 0.16 | 107.8 | 0.7 | 0.5 |
| Hex | 4A | D7 | 26 | 42 | 0 | 52 | 10 | 6C | 46 | 32 |
| Octal | 112 | 327 | 46 | 102 | 0 | 122 | 20 | 154 | 106 | 62 |
| Binary | 1001010 | 11010111 | 100110 | 1000010 | 0 | 1010010 | 10000 | 1101100 | 1000110 | 110010 |
Color Harmonies of #4AD726
Complementary color
Monochromatic Colors of #4AD726
Black with #4AD726
Text Example
Text Example
White with #4AD726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD726; }
p { color: rgb(74,215,38); }
H1.HeaderClassName
{
color: #4AD726;
}
.AnyTagClassName
{
color: #4AD726;
}
</style>
background-color css
<style>
a { background-color: #4AD726; }
a { background-color: rgb(74,215,38); }
div.DivClassName
{
background-color: #4AD726;
}
.BgClassName
{
background-color: #4AD726;
}
</style>
border-color css
<style>
span { border-color: #4AD726; }
span { border-color: rgb(74,215,38); }
td.TdClassName
{
border-color: #4AD726;
}
.TagClassName
{
border-color: #4AD726;
}
</style>