Shades of Kelly Green #4BDF14
Tints of Kelly Green #4BDF14
RGB
CMYK
RGB Variations
Color information
#4BDF14 (or 0x4BDF14) is known color: Kelly Green. HEX triplet: 4B, DF and 14. RGB value is (75,223,20). Sum of RGB (Red+Green+Blue) = 75+223+20=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 223 (87.5% from 255 or 70.13% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDF14 is #B420EB. Grayscale: #9C9C9C. Windows color (decimal): -11804908 or 1367883. OLE color: 1367883.
HSL color Cylindrical-coordinate representation of color #4BDF14: hue angle of 103.74º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BDF14 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 20 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.13 |
| HSL | 103.74º | 0.84% | 0.48% | - |
| HSV(B) | 103.74º | 0.91% | 0.87% | - |
| XYZ | 29.42 | 54.32 | 9.6 | - |
| YUV | 155.61 | 51.47 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 20 | 0.66 | 0 | 0.91 | 0.13 | 103.74 | 0.84 | 0.48 |
| Hex | 4B | DF | 14 | 42 | 0 | 5B | D | 68 | 54 | 30 |
| Octal | 113 | 337 | 24 | 102 | 0 | 133 | 15 | 150 | 124 | 60 |
| Binary | 1001011 | 11011111 | 10100 | 1000010 | 0 | 1011011 | 1101 | 1101000 | 1010100 | 110000 |
Color Harmonies of #4BDF14
Complementary color
Monochromatic Colors of #4BDF14
Black with #4BDF14
Text Example
Text Example
White with #4BDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF14; }
p { color: rgb(75,223,20); }
H1.HeaderClassName
{
color: #4BDF14;
}
.AnyTagClassName
{
color: #4BDF14;
}
</style>
background-color css
<style>
a { background-color: #4BDF14; }
a { background-color: rgb(75,223,20); }
div.DivClassName
{
background-color: #4BDF14;
}
.BgClassName
{
background-color: #4BDF14;
}
</style>
border-color css
<style>
span { border-color: #4BDF14; }
span { border-color: rgb(75,223,20); }
td.TdClassName
{
border-color: #4BDF14;
}
.TagClassName
{
border-color: #4BDF14;
}
</style>