Shades of Kelly Green #6ADC28
Tints of Kelly Green #6ADC28
RGB
CMYK
RGB Variations
Color information
#6ADC28 (or 0x6ADC28) is known color: Kelly Green. HEX triplet: 6A, DC and 28. RGB value is (106,220,40). Sum of RGB (Red+Green+Blue) = 106+220+40=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC28 is #9523D7. Grayscale: #A5A5A5. Windows color (decimal): -9774040 or 2677866. OLE color: 2677866.
HSL color Cylindrical-coordinate representation of color #6ADC28: hue angle of 98º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6ADC28 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 40 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.14 |
| HSL | 98º | 0.72% | 0.51% | - |
| HSV(B) | 98º | 0.82% | 0.86% | - |
| XYZ | 31.92 | 54.4 | 10.83 | - |
| YUV | 165.39 | 57.23 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 40 | 0.52 | 0 | 0.82 | 0.14 | 98 | 0.72 | 0.51 |
| Hex | 6A | DC | 28 | 34 | 0 | 52 | E | 62 | 48 | 33 |
| Octal | 152 | 334 | 50 | 64 | 0 | 122 | 16 | 142 | 110 | 63 |
| Binary | 1101010 | 11011100 | 101000 | 110100 | 0 | 1010010 | 1110 | 1100010 | 1001000 | 110011 |
Color Harmonies of #6ADC28
Complementary color
Monochromatic Colors of #6ADC28
Black with #6ADC28
Text Example
Text Example
White with #6ADC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC28; }
p { color: rgb(106,220,40); }
H1.HeaderClassName
{
color: #6ADC28;
}
.AnyTagClassName
{
color: #6ADC28;
}
</style>
background-color css
<style>
a { background-color: #6ADC28; }
a { background-color: rgb(106,220,40); }
div.DivClassName
{
background-color: #6ADC28;
}
.BgClassName
{
background-color: #6ADC28;
}
</style>
border-color css
<style>
span { border-color: #6ADC28; }
span { border-color: rgb(106,220,40); }
td.TdClassName
{
border-color: #6ADC28;
}
.TagClassName
{
border-color: #6ADC28;
}
</style>