Shades of Kelly Green #4CCF12
Tints of Kelly Green #4CCF12
RGB
CMYK
RGB Variations
Color information
#4CCF12 (or 0x4CCF12) is known color: Kelly Green. HEX triplet: 4C, CF and 12. RGB value is (76,207,18). Sum of RGB (Red+Green+Blue) = 76+207+18=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 207 (81.25% from 255 or 68.77% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCF12 is #B330ED. Grayscale: #929292. Windows color (decimal): -11743470 or 1232716. OLE color: 1232716.
HSL color Cylindrical-coordinate representation of color #4CCF12: hue angle of 101.59º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CCF12 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 18 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.19 |
| HSL | 101.59º | 0.84% | 0.44% | - |
| HSV(B) | 101.59º | 0.91% | 0.81% | - |
| XYZ | 25.4 | 46.21 | 8.15 | - |
| YUV | 146.29 | 55.6 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 18 | 0.63 | 0 | 0.91 | 0.19 | 101.59 | 0.84 | 0.44 |
| Hex | 4C | CF | 12 | 3F | 0 | 5B | 13 | 66 | 54 | 2C |
| Octal | 114 | 317 | 22 | 77 | 0 | 133 | 23 | 146 | 124 | 54 |
| Binary | 1001100 | 11001111 | 10010 | 111111 | 0 | 1011011 | 10011 | 1100110 | 1010100 | 101100 |
Color Harmonies of #4CCF12
Complementary color
Monochromatic Colors of #4CCF12
Black with #4CCF12
Text Example
Text Example
White with #4CCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF12; }
p { color: rgb(76,207,18); }
H1.HeaderClassName
{
color: #4CCF12;
}
.AnyTagClassName
{
color: #4CCF12;
}
</style>
background-color css
<style>
a { background-color: #4CCF12; }
a { background-color: rgb(76,207,18); }
div.DivClassName
{
background-color: #4CCF12;
}
.BgClassName
{
background-color: #4CCF12;
}
</style>
border-color css
<style>
span { border-color: #4CCF12; }
span { border-color: rgb(76,207,18); }
td.TdClassName
{
border-color: #4CCF12;
}
.TagClassName
{
border-color: #4CCF12;
}
</style>