Shades of Kelly Green #6ADA2B
Tints of Kelly Green #6ADA2B
RGB
CMYK
RGB Variations
Color information
#6ADA2B (or 0x6ADA2B) is known color: Kelly Green. HEX triplet: 6A, DA and 2B. RGB value is (106,218,43). Sum of RGB (Red+Green+Blue) = 106+218+43=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADA2B is #9525D4. Grayscale: #A5A5A5. Windows color (decimal): -9774549 or 2873962. OLE color: 2873962.
HSL color Cylindrical-coordinate representation of color #6ADA2B: hue angle of 98.4º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6ADA2B is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 43 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.15 |
| HSL | 98.4º | 0.7% | 0.51% | - |
| HSV(B) | 98.4º | 0.8% | 0.85% | - |
| XYZ | 31.45 | 53.38 | 10.93 | - |
| YUV | 164.56 | 59.39 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 43 | 0.51 | 0 | 0.80 | 0.15 | 98.4 | 0.7 | 0.51 |
| Hex | 6A | DA | 2B | 33 | 0 | 50 | F | 62 | 46 | 33 |
| Octal | 152 | 332 | 53 | 63 | 0 | 120 | 17 | 142 | 106 | 63 |
| Binary | 1101010 | 11011010 | 101011 | 110011 | 0 | 1010000 | 1111 | 1100010 | 1000110 | 110011 |
Color Harmonies of #6ADA2B
Complementary color
Monochromatic Colors of #6ADA2B
Black with #6ADA2B
Text Example
Text Example
White with #6ADA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA2B; }
p { color: rgb(106,218,43); }
H1.HeaderClassName
{
color: #6ADA2B;
}
.AnyTagClassName
{
color: #6ADA2B;
}
</style>
background-color css
<style>
a { background-color: #6ADA2B; }
a { background-color: rgb(106,218,43); }
div.DivClassName
{
background-color: #6ADA2B;
}
.BgClassName
{
background-color: #6ADA2B;
}
</style>
border-color css
<style>
span { border-color: #6ADA2B; }
span { border-color: rgb(106,218,43); }
td.TdClassName
{
border-color: #6ADA2B;
}
.TagClassName
{
border-color: #6ADA2B;
}
</style>