Shades of Kelly Green #6AD713
Tints of Kelly Green #6AD713
RGB
CMYK
RGB Variations
Color information
#6AD713 (or 0x6AD713) is known color: Kelly Green. HEX triplet: 6A, D7 and 13. RGB value is (106,215,19). Sum of RGB (Red+Green+Blue) = 106+215+19=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 215 (84.38% from 255 or 63.24% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD713 is #9528EC. Grayscale: #A0A0A0. Windows color (decimal): -9775341 or 1300330. OLE color: 1300330.
HSL color Cylindrical-coordinate representation of color #6AD713: hue angle of 93.37º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AD713 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 19 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.16 |
| HSL | 93.37º | 0.84% | 0.46% | - |
| HSV(B) | 93.37º | 0.91% | 0.84% | - |
| XYZ | 30.36 | 51.71 | 9 | - |
| YUV | 160.07 | 48.39 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 19 | 0.51 | 0 | 0.91 | 0.16 | 93.37 | 0.84 | 0.46 |
| Hex | 6A | D7 | 13 | 33 | 0 | 5B | 10 | 5D | 54 | 2E |
| Octal | 152 | 327 | 23 | 63 | 0 | 133 | 20 | 135 | 124 | 56 |
| Binary | 1101010 | 11010111 | 10011 | 110011 | 0 | 1011011 | 10000 | 1011101 | 1010100 | 101110 |
Color Harmonies of #6AD713
Complementary color
Monochromatic Colors of #6AD713
Black with #6AD713
Text Example
Text Example
White with #6AD713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD713; }
p { color: rgb(106,215,19); }
H1.HeaderClassName
{
color: #6AD713;
}
.AnyTagClassName
{
color: #6AD713;
}
</style>
background-color css
<style>
a { background-color: #6AD713; }
a { background-color: rgb(106,215,19); }
div.DivClassName
{
background-color: #6AD713;
}
.BgClassName
{
background-color: #6AD713;
}
</style>
border-color css
<style>
span { border-color: #6AD713; }
span { border-color: rgb(106,215,19); }
td.TdClassName
{
border-color: #6AD713;
}
.TagClassName
{
border-color: #6AD713;
}
</style>