Shades of Kelly Green #6ED412
Tints of Kelly Green #6ED412
RGB
CMYK
RGB Variations
Color information
#6ED412 (or 0x6ED412) is known color: Kelly Green. HEX triplet: 6E, D4 and 12. RGB value is (110,212,18). Sum of RGB (Red+Green+Blue) = 110+212+18=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 212 (83.20% from 255 or 62.35% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ED412 is #912BED. Grayscale: #A0A0A0. Windows color (decimal): -9513966 or 1234030. OLE color: 1234030.
HSL color Cylindrical-coordinate representation of color #6ED412: hue angle of 91.55º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6ED412 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 212 | 18 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.17 |
| HSL | 91.55º | 0.84% | 0.45% | - |
| HSV(B) | 91.55º | 0.92% | 0.83% | - |
| XYZ | 30.08 | 50.45 | 8.72 | - |
| YUV | 159.39 | 48.21 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 212 | 18 | 0.48 | 0 | 0.92 | 0.17 | 91.55 | 0.84 | 0.45 |
| Hex | 6E | D4 | 12 | 30 | 0 | 5C | 11 | 5C | 54 | 2D |
| Octal | 156 | 324 | 22 | 60 | 0 | 134 | 21 | 134 | 124 | 55 |
| Binary | 1101110 | 11010100 | 10010 | 110000 | 0 | 1011100 | 10001 | 1011100 | 1010100 | 101101 |
Color Harmonies of #6ED412
Complementary color
Monochromatic Colors of #6ED412
Black with #6ED412
Text Example
Text Example
White with #6ED412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED412; }
p { color: rgb(110,212,18); }
H1.HeaderClassName
{
color: #6ED412;
}
.AnyTagClassName
{
color: #6ED412;
}
</style>
background-color css
<style>
a { background-color: #6ED412; }
a { background-color: rgb(110,212,18); }
div.DivClassName
{
background-color: #6ED412;
}
.BgClassName
{
background-color: #6ED412;
}
</style>
border-color css
<style>
span { border-color: #6ED412; }
span { border-color: rgb(110,212,18); }
td.TdClassName
{
border-color: #6ED412;
}
.TagClassName
{
border-color: #6ED412;
}
</style>