Shades of Kelly Green #4AC62B
Tints of Kelly Green #4AC62B
RGB
CMYK
RGB Variations
Color information
#4AC62B (or 0x4AC62B) is known color: Kelly Green. HEX triplet: 4A, C6 and 2B. RGB value is (74,198,43). Sum of RGB (Red+Green+Blue) = 74+198+43=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 198 (77.73% from 255 or 62.86% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC62B is #B539D4. Grayscale: #8F8F8F. Windows color (decimal): -11876821 or 2868810. OLE color: 2868810.
HSL color Cylindrical-coordinate representation of color #4AC62B: hue angle of 108º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AC62B is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 43 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.22 |
| HSL | 108º | 0.64% | 0.47% | - |
| HSV(B) | 108º | 0.78% | 0.78% | - |
| XYZ | 23.45 | 42.02 | 9.16 | - |
| YUV | 143.25 | 71.42 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 43 | 0.63 | 0 | 0.78 | 0.22 | 108 | 0.64 | 0.47 |
| Hex | 4A | C6 | 2B | 3F | 0 | 4E | 16 | 6C | 40 | 2F |
| Octal | 112 | 306 | 53 | 77 | 0 | 116 | 26 | 154 | 100 | 57 |
| Binary | 1001010 | 11000110 | 101011 | 111111 | 0 | 1001110 | 10110 | 1101100 | 1000000 | 101111 |
Color Harmonies of #4AC62B
Complementary color
Monochromatic Colors of #4AC62B
Black with #4AC62B
Text Example
Text Example
White with #4AC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC62B; }
p { color: rgb(74,198,43); }
H1.HeaderClassName
{
color: #4AC62B;
}
.AnyTagClassName
{
color: #4AC62B;
}
</style>
background-color css
<style>
a { background-color: #4AC62B; }
a { background-color: rgb(74,198,43); }
div.DivClassName
{
background-color: #4AC62B;
}
.BgClassName
{
background-color: #4AC62B;
}
</style>
border-color css
<style>
span { border-color: #4AC62B; }
span { border-color: rgb(74,198,43); }
td.TdClassName
{
border-color: #4AC62B;
}
.TagClassName
{
border-color: #4AC62B;
}
</style>