Shades of Kelly Green #4AC313
Tints of Kelly Green #4AC313
RGB
CMYK
RGB Variations
Color information
#4AC313 (or 0x4AC313) is known color: Kelly Green. HEX triplet: 4A, C3 and 13. RGB value is (74,195,19). Sum of RGB (Red+Green+Blue) = 74+195+19=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 195 (76.56% from 255 or 67.71% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC313 is #B53CEC. Grayscale: #8B8B8B. Windows color (decimal): -11877613 or 1295178. OLE color: 1295178.
HSL color Cylindrical-coordinate representation of color #4AC313: hue angle of 101.25º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AC313 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 19 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.24 |
| HSL | 101.25º | 0.82% | 0.42% | - |
| HSV(B) | 101.25º | 0.9% | 0.76% | - |
| XYZ | 22.46 | 40.53 | 7.26 | - |
| YUV | 138.76 | 60.41 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 19 | 0.62 | 0 | 0.90 | 0.24 | 101.25 | 0.82 | 0.42 |
| Hex | 4A | C3 | 13 | 3E | 0 | 5A | 18 | 65 | 52 | 2A |
| Octal | 112 | 303 | 23 | 76 | 0 | 132 | 30 | 145 | 122 | 52 |
| Binary | 1001010 | 11000011 | 10011 | 111110 | 0 | 1011010 | 11000 | 1100101 | 1010010 | 101010 |
Color Harmonies of #4AC313
Complementary color
Monochromatic Colors of #4AC313
Black with #4AC313
Text Example
Text Example
White with #4AC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC313; }
p { color: rgb(74,195,19); }
H1.HeaderClassName
{
color: #4AC313;
}
.AnyTagClassName
{
color: #4AC313;
}
</style>
background-color css
<style>
a { background-color: #4AC313; }
a { background-color: rgb(74,195,19); }
div.DivClassName
{
background-color: #4AC313;
}
.BgClassName
{
background-color: #4AC313;
}
</style>
border-color css
<style>
span { border-color: #4AC313; }
span { border-color: rgb(74,195,19); }
td.TdClassName
{
border-color: #4AC313;
}
.TagClassName
{
border-color: #4AC313;
}
</style>