Shades of Kelly Green #6ADA28
Tints of Kelly Green #6ADA28
RGB
CMYK
RGB Variations
Color information
#6ADA28 (or 0x6ADA28) is known color: Kelly Green. HEX triplet: 6A, DA and 28. RGB value is (106,218,40). Sum of RGB (Red+Green+Blue) = 106+218+40=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADA28 is #9525D7. Grayscale: #A4A4A4. Windows color (decimal): -9774552 or 2677354. OLE color: 2677354.
HSL color Cylindrical-coordinate representation of color #6ADA28: hue angle of 97.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6ADA28 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 40 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.15 |
| HSL | 97.75º | 0.71% | 0.51% | - |
| HSV(B) | 97.75º | 0.82% | 0.85% | - |
| XYZ | 31.4 | 53.36 | 10.65 | - |
| YUV | 164.22 | 57.89 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 40 | 0.51 | 0 | 0.82 | 0.15 | 97.75 | 0.71 | 0.51 |
| Hex | 6A | DA | 28 | 33 | 0 | 52 | F | 62 | 47 | 33 |
| Octal | 152 | 332 | 50 | 63 | 0 | 122 | 17 | 142 | 107 | 63 |
| Binary | 1101010 | 11011010 | 101000 | 110011 | 0 | 1010010 | 1111 | 1100010 | 1000111 | 110011 |
Color Harmonies of #6ADA28
Complementary color
Monochromatic Colors of #6ADA28
Black with #6ADA28
Text Example
Text Example
White with #6ADA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA28; }
p { color: rgb(106,218,40); }
H1.HeaderClassName
{
color: #6ADA28;
}
.AnyTagClassName
{
color: #6ADA28;
}
</style>
background-color css
<style>
a { background-color: #6ADA28; }
a { background-color: rgb(106,218,40); }
div.DivClassName
{
background-color: #6ADA28;
}
.BgClassName
{
background-color: #6ADA28;
}
</style>
border-color css
<style>
span { border-color: #6ADA28; }
span { border-color: rgb(106,218,40); }
td.TdClassName
{
border-color: #6ADA28;
}
.TagClassName
{
border-color: #6ADA28;
}
</style>