Shades of Kelly Green #4AC223
Tints of Kelly Green #4AC223
RGB
CMYK
RGB Variations
Color information
#4AC223 (or 0x4AC223) is known color: Kelly Green. HEX triplet: 4A, C2 and 23. RGB value is (74,194,35). Sum of RGB (Red+Green+Blue) = 74+194+35=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC223 is #B53DDC. Grayscale: #8C8C8C. Windows color (decimal): -11877853 or 2343498. OLE color: 2343498.
HSL color Cylindrical-coordinate representation of color #4AC223: hue angle of 105.28º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AC223 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 35 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.24 |
| HSL | 105.28º | 0.69% | 0.45% | - |
| HSV(B) | 105.28º | 0.82% | 0.76% | - |
| XYZ | 22.42 | 40.16 | 8.16 | - |
| YUV | 139.99 | 68.74 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 35 | 0.62 | 0 | 0.82 | 0.24 | 105.28 | 0.69 | 0.45 |
| Hex | 4A | C2 | 23 | 3E | 0 | 52 | 18 | 69 | 45 | 2D |
| Octal | 112 | 302 | 43 | 76 | 0 | 122 | 30 | 151 | 105 | 55 |
| Binary | 1001010 | 11000010 | 100011 | 111110 | 0 | 1010010 | 11000 | 1101001 | 1000101 | 101101 |
Color Harmonies of #4AC223
Complementary color
Monochromatic Colors of #4AC223
Black with #4AC223
Text Example
Text Example
White with #4AC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC223; }
p { color: rgb(74,194,35); }
H1.HeaderClassName
{
color: #4AC223;
}
.AnyTagClassName
{
color: #4AC223;
}
</style>
background-color css
<style>
a { background-color: #4AC223; }
a { background-color: rgb(74,194,35); }
div.DivClassName
{
background-color: #4AC223;
}
.BgClassName
{
background-color: #4AC223;
}
</style>
border-color css
<style>
span { border-color: #4AC223; }
span { border-color: rgb(74,194,35); }
td.TdClassName
{
border-color: #4AC223;
}
.TagClassName
{
border-color: #4AC223;
}
</style>