Shades of Kelly Green #6AD220
Tints of Kelly Green #6AD220
RGB
CMYK
RGB Variations
Color information
#6AD220 (or 0x6AD220) is known color: Kelly Green. HEX triplet: 6A, D2 and 20. RGB value is (106,210,32). Sum of RGB (Red+Green+Blue) = 106+210+32=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD220 is #952DDF. Grayscale: #9F9F9F. Windows color (decimal): -9776608 or 2151018. OLE color: 2151018.
HSL color Cylindrical-coordinate representation of color #6AD220: hue angle of 95.06º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AD220 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 32 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.18 |
| HSL | 95.06º | 0.74% | 0.47% | - |
| HSV(B) | 95.06º | 0.85% | 0.82% | - |
| XYZ | 29.25 | 49.26 | 9.33 | - |
| YUV | 158.61 | 56.54 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 32 | 0.50 | 0 | 0.85 | 0.18 | 95.06 | 0.74 | 0.47 |
| Hex | 6A | D2 | 20 | 32 | 0 | 55 | 12 | 5F | 4A | 2F |
| Octal | 152 | 322 | 40 | 62 | 0 | 125 | 22 | 137 | 112 | 57 |
| Binary | 1101010 | 11010010 | 100000 | 110010 | 0 | 1010101 | 10010 | 1011111 | 1001010 | 101111 |
Color Harmonies of #6AD220
Complementary color
Monochromatic Colors of #6AD220
Black with #6AD220
Text Example
Text Example
White with #6AD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD220; }
p { color: rgb(106,210,32); }
H1.HeaderClassName
{
color: #6AD220;
}
.AnyTagClassName
{
color: #6AD220;
}
</style>
background-color css
<style>
a { background-color: #6AD220; }
a { background-color: rgb(106,210,32); }
div.DivClassName
{
background-color: #6AD220;
}
.BgClassName
{
background-color: #6AD220;
}
</style>
border-color css
<style>
span { border-color: #6AD220; }
span { border-color: rgb(106,210,32); }
td.TdClassName
{
border-color: #6AD220;
}
.TagClassName
{
border-color: #6AD220;
}
</style>