Shades of Kelly Green #4AD527
Tints of Kelly Green #4AD527
RGB
CMYK
RGB Variations
Color information
#4AD527 (or 0x4AD527) is known color: Kelly Green. HEX triplet: 4A, D5 and 27. RGB value is (74,213,39). Sum of RGB (Red+Green+Blue) = 74+213+39=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD527 is #B52AD8. Grayscale: #989898. Windows color (decimal): -11872985 or 2610506. OLE color: 2610506.
HSL color Cylindrical-coordinate representation of color #4AD527: hue angle of 107.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AD527 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 39 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.16 |
| HSL | 107.93º | 0.69% | 0.49% | - |
| HSV(B) | 107.93º | 0.82% | 0.84% | - |
| XYZ | 26.98 | 49.19 | 9.99 | - |
| YUV | 151.6 | 64.45 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 39 | 0.65 | 0 | 0.82 | 0.16 | 107.93 | 0.69 | 0.49 |
| Hex | 4A | D5 | 27 | 41 | 0 | 52 | 10 | 6C | 45 | 31 |
| Octal | 112 | 325 | 47 | 101 | 0 | 122 | 20 | 154 | 105 | 61 |
| Binary | 1001010 | 11010101 | 100111 | 1000001 | 0 | 1010010 | 10000 | 1101100 | 1000101 | 110001 |
Color Harmonies of #4AD527
Complementary color
Monochromatic Colors of #4AD527
Black with #4AD527
Text Example
Text Example
White with #4AD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD527; }
p { color: rgb(74,213,39); }
H1.HeaderClassName
{
color: #4AD527;
}
.AnyTagClassName
{
color: #4AD527;
}
</style>
background-color css
<style>
a { background-color: #4AD527; }
a { background-color: rgb(74,213,39); }
div.DivClassName
{
background-color: #4AD527;
}
.BgClassName
{
background-color: #4AD527;
}
</style>
border-color css
<style>
span { border-color: #4AD527; }
span { border-color: rgb(74,213,39); }
td.TdClassName
{
border-color: #4AD527;
}
.TagClassName
{
border-color: #4AD527;
}
</style>