Shades of Kelly Green #4AC82D
Tints of Kelly Green #4AC82D
RGB
CMYK
RGB Variations
Color information
#4AC82D (or 0x4AC82D) is known color: Kelly Green. HEX triplet: 4A, C8 and 2D. RGB value is (74,200,45). Sum of RGB (Red+Green+Blue) = 74+200+45=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC82D is #B537D2. Grayscale: #919191. Windows color (decimal): -11876307 or 3000394. OLE color: 3000394.
HSL color Cylindrical-coordinate representation of color #4AC82D: hue angle of 108.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AC82D is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 200 | 45 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.22 |
| HSL | 108.77º | 0.63% | 0.48% | - |
| HSV(B) | 108.77º | 0.78% | 0.78% | - |
| XYZ | 23.95 | 42.95 | 9.51 | - |
| YUV | 144.66 | 71.76 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 200 | 45 | 0.63 | 0 | 0.78 | 0.22 | 108.77 | 0.63 | 0.48 |
| Hex | 4A | C8 | 2D | 3F | 0 | 4E | 16 | 6D | 3F | 30 |
| Octal | 112 | 310 | 55 | 77 | 0 | 116 | 26 | 155 | 77 | 60 |
| Binary | 1001010 | 11001000 | 101101 | 111111 | 0 | 1001110 | 10110 | 1101101 | 111111 | 110000 |
Color Harmonies of #4AC82D
Complementary color
Monochromatic Colors of #4AC82D
Black with #4AC82D
Text Example
Text Example
White with #4AC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC82D; }
p { color: rgb(74,200,45); }
H1.HeaderClassName
{
color: #4AC82D;
}
.AnyTagClassName
{
color: #4AC82D;
}
</style>
background-color css
<style>
a { background-color: #4AC82D; }
a { background-color: rgb(74,200,45); }
div.DivClassName
{
background-color: #4AC82D;
}
.BgClassName
{
background-color: #4AC82D;
}
</style>
border-color css
<style>
span { border-color: #4AC82D; }
span { border-color: rgb(74,200,45); }
td.TdClassName
{
border-color: #4AC82D;
}
.TagClassName
{
border-color: #4AC82D;
}
</style>