Shades of Kelly Green #4ADF13
Tints of Kelly Green #4ADF13
RGB
CMYK
RGB Variations
Color information
#4ADF13 (or 0x4ADF13) is known color: Kelly Green. HEX triplet: 4A, DF and 13. RGB value is (74,223,19). Sum of RGB (Red+Green+Blue) = 74+223+19=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 223 (87.5% from 255 or 70.57% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADF13 is #B520EC. Grayscale: #9B9B9B. Windows color (decimal): -11870445 or 1302346. OLE color: 1302346.
HSL color Cylindrical-coordinate representation of color #4ADF13: hue angle of 103.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4ADF13 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 19 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.13 |
| HSL | 103.82º | 0.84% | 0.47% | - |
| HSV(B) | 103.82º | 0.91% | 0.87% | - |
| XYZ | 29.33 | 54.28 | 9.55 | - |
| YUV | 155.19 | 51.14 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 19 | 0.67 | 0 | 0.91 | 0.13 | 103.82 | 0.84 | 0.47 |
| Hex | 4A | DF | 13 | 43 | 0 | 5B | D | 68 | 54 | 2F |
| Octal | 112 | 337 | 23 | 103 | 0 | 133 | 15 | 150 | 124 | 57 |
| Binary | 1001010 | 11011111 | 10011 | 1000011 | 0 | 1011011 | 1101 | 1101000 | 1010100 | 101111 |
Color Harmonies of #4ADF13
Complementary color
Monochromatic Colors of #4ADF13
Black with #4ADF13
Text Example
Text Example
White with #4ADF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF13; }
p { color: rgb(74,223,19); }
H1.HeaderClassName
{
color: #4ADF13;
}
.AnyTagClassName
{
color: #4ADF13;
}
</style>
background-color css
<style>
a { background-color: #4ADF13; }
a { background-color: rgb(74,223,19); }
div.DivClassName
{
background-color: #4ADF13;
}
.BgClassName
{
background-color: #4ADF13;
}
</style>
border-color css
<style>
span { border-color: #4ADF13; }
span { border-color: rgb(74,223,19); }
td.TdClassName
{
border-color: #4ADF13;
}
.TagClassName
{
border-color: #4ADF13;
}
</style>