Shades of Kelly Green #4DC301
Tints of Kelly Green #4DC301
RGB
CMYK
RGB Variations
Color information
#4DC301 (or 0x4DC301) is known color: Kelly Green. HEX triplet: 4D, C3 and 01. RGB value is (77,195,1). Sum of RGB (Red+Green+Blue) = 77+195+1=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC301 is #B23CFE. Grayscale: #8A8A8A. Windows color (decimal): -11681023 or 115533. OLE color: 115533.
HSL color Cylindrical-coordinate representation of color #4DC301: hue angle of 96.49º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DC301 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.24 |
| HSL | 96.49º | 0.99% | 0.38% | - |
| HSV(B) | 96.49º | 0.99% | 0.76% | - |
| XYZ | 22.58 | 40.61 | 6.68 | - |
| YUV | 137.6 | 50.91 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 1 | 0.61 | 0 | 0.99 | 0.24 | 96.49 | 0.99 | 0.38 |
| Hex | 4D | C3 | 1 | 3D | 0 | 63 | 18 | 60 | 63 | 26 |
| Octal | 115 | 303 | 1 | 75 | 0 | 143 | 30 | 140 | 143 | 46 |
| Binary | 1001101 | 11000011 | 1 | 111101 | 0 | 1100011 | 11000 | 1100000 | 1100011 | 100110 |
Color Harmonies of #4DC301
Complementary color
Monochromatic Colors of #4DC301
Black with #4DC301
Text Example
Text Example
White with #4DC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC301; }
p { color: rgb(77,195,1); }
H1.HeaderClassName
{
color: #4DC301;
}
.AnyTagClassName
{
color: #4DC301;
}
</style>
background-color css
<style>
a { background-color: #4DC301; }
a { background-color: rgb(77,195,1); }
div.DivClassName
{
background-color: #4DC301;
}
.BgClassName
{
background-color: #4DC301;
}
</style>
border-color css
<style>
span { border-color: #4DC301; }
span { border-color: rgb(77,195,1); }
td.TdClassName
{
border-color: #4DC301;
}
.TagClassName
{
border-color: #4DC301;
}
</style>