Shades of Kelly Green #4BCE14
Tints of Kelly Green #4BCE14
RGB
CMYK
RGB Variations
Color information
#4BCE14 (or 0x4BCE14) is known color: Kelly Green. HEX triplet: 4B, CE and 14. RGB value is (75,206,20). Sum of RGB (Red+Green+Blue) = 75+206+20=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 206 (80.86% from 255 or 68.44% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BCE14 is #B431EB. Grayscale: #929292. Windows color (decimal): -11809260 or 1363531. OLE color: 1363531.
HSL color Cylindrical-coordinate representation of color #4BCE14: hue angle of 102.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BCE14 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 206 | 20 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.19 |
| HSL | 102.26º | 0.82% | 0.44% | - |
| HSV(B) | 102.26º | 0.9% | 0.81% | - |
| XYZ | 25.1 | 45.69 | 8.16 | - |
| YUV | 145.63 | 57.1 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 20 | 0.64 | 0 | 0.90 | 0.19 | 102.26 | 0.82 | 0.44 |
| Hex | 4B | CE | 14 | 40 | 0 | 5A | 13 | 66 | 52 | 2C |
| Octal | 113 | 316 | 24 | 100 | 0 | 132 | 23 | 146 | 122 | 54 |
| Binary | 1001011 | 11001110 | 10100 | 1000000 | 0 | 1011010 | 10011 | 1100110 | 1010010 | 101100 |
Color Harmonies of #4BCE14
Complementary color
Monochromatic Colors of #4BCE14
Black with #4BCE14
Text Example
Text Example
White with #4BCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCE14; }
p { color: rgb(75,206,20); }
H1.HeaderClassName
{
color: #4BCE14;
}
.AnyTagClassName
{
color: #4BCE14;
}
</style>
background-color css
<style>
a { background-color: #4BCE14; }
a { background-color: rgb(75,206,20); }
div.DivClassName
{
background-color: #4BCE14;
}
.BgClassName
{
background-color: #4BCE14;
}
</style>
border-color css
<style>
span { border-color: #4BCE14; }
span { border-color: rgb(75,206,20); }
td.TdClassName
{
border-color: #4BCE14;
}
.TagClassName
{
border-color: #4BCE14;
}
</style>