Shades of Kelly Green #4AD80B
Tints of Kelly Green #4AD80B
RGB
CMYK
RGB Variations
Color information
#4AD80B (or 0x4AD80B) is known color: Kelly Green. HEX triplet: 4A, D8 and 0B. RGB value is (74,216,11). Sum of RGB (Red+Green+Blue) = 74+216+11=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD80B is #B527F4. Grayscale: #969696. Windows color (decimal): -11872245 or 776266. OLE color: 776266.
HSL color Cylindrical-coordinate representation of color #4AD80B: hue angle of 101.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4AD80B is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 11 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.15 |
| HSL | 101.56º | 0.9% | 0.45% | - |
| HSV(B) | 101.56º | 0.95% | 0.85% | - |
| XYZ | 27.44 | 50.59 | 8.64 | - |
| YUV | 150.17 | 49.46 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 11 | 0.66 | 0 | 0.95 | 0.15 | 101.56 | 0.9 | 0.45 |
| Hex | 4A | D8 | B | 42 | 0 | 5F | F | 66 | 5A | 2D |
| Octal | 112 | 330 | 13 | 102 | 0 | 137 | 17 | 146 | 132 | 55 |
| Binary | 1001010 | 11011000 | 1011 | 1000010 | 0 | 1011111 | 1111 | 1100110 | 1011010 | 101101 |
Color Harmonies of #4AD80B
Complementary color
Monochromatic Colors of #4AD80B
Black with #4AD80B
Text Example
Text Example
White with #4AD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD80B; }
p { color: rgb(74,216,11); }
H1.HeaderClassName
{
color: #4AD80B;
}
.AnyTagClassName
{
color: #4AD80B;
}
</style>
background-color css
<style>
a { background-color: #4AD80B; }
a { background-color: rgb(74,216,11); }
div.DivClassName
{
background-color: #4AD80B;
}
.BgClassName
{
background-color: #4AD80B;
}
</style>
border-color css
<style>
span { border-color: #4AD80B; }
span { border-color: rgb(74,216,11); }
td.TdClassName
{
border-color: #4AD80B;
}
.TagClassName
{
border-color: #4AD80B;
}
</style>