Shades of Kelly Green #4AC300
Tints of Kelly Green #4AC300
RGB
CMYK
RGB Variations
Color information
#4AC300 (or 0x4AC300) is known color: Kelly Green. HEX triplet: 4A, C3 and 00. RGB value is (74,195,0). Sum of RGB (Red+Green+Blue) = 74+195+0=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 195 (76.56% from 255 or 72.49% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC300 is #B53CFF. Grayscale: #898989. Windows color (decimal): -11877632 or 49994. OLE color: 49994.
HSL color Cylindrical-coordinate representation of color #4AC300: hue angle of 97.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AC300 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.24 |
| HSL | 97.23º | 1% | 0.38% | - |
| HSV(B) | 97.23º | 1% | 0.76% | - |
| XYZ | 22.34 | 40.49 | 6.64 | - |
| YUV | 136.59 | 50.91 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 0 | 0.62 | 0 | 1 | 0.24 | 97.23 | 1 | 0.38 |
| Hex | 4A | C3 | 0 | 3E | 0 | 64 | 18 | 61 | 64 | 26 |
| Octal | 112 | 303 | 0 | 76 | 0 | 144 | 30 | 141 | 144 | 46 |
| Binary | 1001010 | 11000011 | 0 | 111110 | 0 | 1100100 | 11000 | 1100001 | 1100100 | 100110 |
Color Harmonies of #4AC300
Complementary color
Monochromatic Colors of #4AC300
Black with #4AC300
Text Example
Text Example
White with #4AC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC300; }
p { color: rgb(74,195,0); }
H1.HeaderClassName
{
color: #4AC300;
}
.AnyTagClassName
{
color: #4AC300;
}
</style>
background-color css
<style>
a { background-color: #4AC300; }
a { background-color: rgb(74,195,0); }
div.DivClassName
{
background-color: #4AC300;
}
.BgClassName
{
background-color: #4AC300;
}
</style>
border-color css
<style>
span { border-color: #4AC300; }
span { border-color: rgb(74,195,0); }
td.TdClassName
{
border-color: #4AC300;
}
.TagClassName
{
border-color: #4AC300;
}
</style>