Shades of Kelly Green #6ADC2B
Tints of Kelly Green #6ADC2B
RGB
CMYK
RGB Variations
Color information
#6ADC2B (or 0x6ADC2B) is known color: Kelly Green. HEX triplet: 6A, DC and 2B. RGB value is (106,220,43). Sum of RGB (Red+Green+Blue) = 106+220+43=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC2B is #9523D4. Grayscale: #A6A6A6. Windows color (decimal): -9774037 or 2874474. OLE color: 2874474.
HSL color Cylindrical-coordinate representation of color #6ADC2B: hue angle of 98.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6ADC2B is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 43 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.14 |
| HSL | 98.64º | 0.72% | 0.52% | - |
| HSV(B) | 98.64º | 0.8% | 0.86% | - |
| XYZ | 31.97 | 54.43 | 11.11 | - |
| YUV | 165.74 | 58.73 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 43 | 0.52 | 0 | 0.80 | 0.14 | 98.64 | 0.72 | 0.52 |
| Hex | 6A | DC | 2B | 34 | 0 | 50 | E | 63 | 48 | 34 |
| Octal | 152 | 334 | 53 | 64 | 0 | 120 | 16 | 143 | 110 | 64 |
| Binary | 1101010 | 11011100 | 101011 | 110100 | 0 | 1010000 | 1110 | 1100011 | 1001000 | 110100 |
Color Harmonies of #6ADC2B
Complementary color
Monochromatic Colors of #6ADC2B
Black with #6ADC2B
Text Example
Text Example
White with #6ADC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC2B; }
p { color: rgb(106,220,43); }
H1.HeaderClassName
{
color: #6ADC2B;
}
.AnyTagClassName
{
color: #6ADC2B;
}
</style>
background-color css
<style>
a { background-color: #6ADC2B; }
a { background-color: rgb(106,220,43); }
div.DivClassName
{
background-color: #6ADC2B;
}
.BgClassName
{
background-color: #6ADC2B;
}
</style>
border-color css
<style>
span { border-color: #6ADC2B; }
span { border-color: rgb(106,220,43); }
td.TdClassName
{
border-color: #6ADC2B;
}
.TagClassName
{
border-color: #6ADC2B;
}
</style>