Shades of Kelly Green #4AD725
Tints of Kelly Green #4AD725
RGB
CMYK
RGB Variations
Color information
#4AD725 (or 0x4AD725) is known color: Kelly Green. HEX triplet: 4A, D7 and 25. RGB value is (74,215,37). Sum of RGB (Red+Green+Blue) = 74+215+37=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD725 is #B528DA. Grayscale: #999999. Windows color (decimal): -11872475 or 2479946. OLE color: 2479946.
HSL color Cylindrical-coordinate representation of color #4AD725: hue angle of 107.53º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AD725 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 37 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.16 |
| HSL | 107.53º | 0.71% | 0.49% | - |
| HSV(B) | 107.53º | 0.83% | 0.84% | - |
| XYZ | 27.46 | 50.19 | 9.99 | - |
| YUV | 152.55 | 62.79 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 37 | 0.66 | 0 | 0.83 | 0.16 | 107.53 | 0.71 | 0.49 |
| Hex | 4A | D7 | 25 | 42 | 0 | 53 | 10 | 6C | 47 | 31 |
| Octal | 112 | 327 | 45 | 102 | 0 | 123 | 20 | 154 | 107 | 61 |
| Binary | 1001010 | 11010111 | 100101 | 1000010 | 0 | 1010011 | 10000 | 1101100 | 1000111 | 110001 |
Color Harmonies of #4AD725
Complementary color
Monochromatic Colors of #4AD725
Black with #4AD725
Text Example
Text Example
White with #4AD725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD725; }
p { color: rgb(74,215,37); }
H1.HeaderClassName
{
color: #4AD725;
}
.AnyTagClassName
{
color: #4AD725;
}
</style>
background-color css
<style>
a { background-color: #4AD725; }
a { background-color: rgb(74,215,37); }
div.DivClassName
{
background-color: #4AD725;
}
.BgClassName
{
background-color: #4AD725;
}
</style>
border-color css
<style>
span { border-color: #4AD725; }
span { border-color: rgb(74,215,37); }
td.TdClassName
{
border-color: #4AD725;
}
.TagClassName
{
border-color: #4AD725;
}
</style>