Shades of Kelly Green #4BDA10
Tints of Kelly Green #4BDA10
RGB
CMYK
RGB Variations
Color information
#4BDA10 (or 0x4BDA10) is known color: Kelly Green. HEX triplet: 4B, DA and 10. RGB value is (75,218,16). Sum of RGB (Red+Green+Blue) = 75+218+16=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDA10 is #B425EF. Grayscale: #989898. Windows color (decimal): -11806192 or 1104459. OLE color: 1104459.
HSL color Cylindrical-coordinate representation of color #4BDA10: hue angle of 102.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4BDA10 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 16 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.15 |
| HSL | 102.48º | 0.86% | 0.46% | - |
| HSV(B) | 102.48º | 0.93% | 0.85% | - |
| XYZ | 28.07 | 51.68 | 8.99 | - |
| YUV | 152.22 | 51.12 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 16 | 0.66 | 0 | 0.93 | 0.15 | 102.48 | 0.86 | 0.46 |
| Hex | 4B | DA | 10 | 42 | 0 | 5D | F | 66 | 56 | 2E |
| Octal | 113 | 332 | 20 | 102 | 0 | 135 | 17 | 146 | 126 | 56 |
| Binary | 1001011 | 11011010 | 10000 | 1000010 | 0 | 1011101 | 1111 | 1100110 | 1010110 | 101110 |
Color Harmonies of #4BDA10
Complementary color
Monochromatic Colors of #4BDA10
Black with #4BDA10
Text Example
Text Example
White with #4BDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA10; }
p { color: rgb(75,218,16); }
H1.HeaderClassName
{
color: #4BDA10;
}
.AnyTagClassName
{
color: #4BDA10;
}
</style>
background-color css
<style>
a { background-color: #4BDA10; }
a { background-color: rgb(75,218,16); }
div.DivClassName
{
background-color: #4BDA10;
}
.BgClassName
{
background-color: #4BDA10;
}
</style>
border-color css
<style>
span { border-color: #4BDA10; }
span { border-color: rgb(75,218,16); }
td.TdClassName
{
border-color: #4BDA10;
}
.TagClassName
{
border-color: #4BDA10;
}
</style>