Shades of Kelly Green #6AE02D
Tints of Kelly Green #6AE02D
RGB
CMYK
RGB Variations
Color information
#6AE02D (or 0x6AE02D) is known color: Kelly Green. HEX triplet: 6A, E0 and 2D. RGB value is (106,224,45). Sum of RGB (Red+Green+Blue) = 106+224+45=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 224 (87.89% from 255 or 59.73% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE02D is #951FD2. Grayscale: #A8A8A8. Windows color (decimal): -9773011 or 3006570. OLE color: 3006570.
HSL color Cylindrical-coordinate representation of color #6AE02D: hue angle of 99.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6AE02D is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 45 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.12 |
| HSL | 99.55º | 0.74% | 0.53% | - |
| HSV(B) | 99.55º | 0.8% | 0.88% | - |
| XYZ | 33.07 | 56.56 | 11.66 | - |
| YUV | 168.31 | 58.41 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 45 | 0.53 | 0 | 0.80 | 0.12 | 99.55 | 0.74 | 0.53 |
| Hex | 6A | E0 | 2D | 35 | 0 | 50 | C | 64 | 4A | 35 |
| Octal | 152 | 340 | 55 | 65 | 0 | 120 | 14 | 144 | 112 | 65 |
| Binary | 1101010 | 11100000 | 101101 | 110101 | 0 | 1010000 | 1100 | 1100100 | 1001010 | 110101 |
Color Harmonies of #6AE02D
Complementary color
Monochromatic Colors of #6AE02D
Black with #6AE02D
Text Example
Text Example
White with #6AE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE02D; }
p { color: rgb(106,224,45); }
H1.HeaderClassName
{
color: #6AE02D;
}
.AnyTagClassName
{
color: #6AE02D;
}
</style>
background-color css
<style>
a { background-color: #6AE02D; }
a { background-color: rgb(106,224,45); }
div.DivClassName
{
background-color: #6AE02D;
}
.BgClassName
{
background-color: #6AE02D;
}
</style>
border-color css
<style>
span { border-color: #6AE02D; }
span { border-color: rgb(106,224,45); }
td.TdClassName
{
border-color: #6AE02D;
}
.TagClassName
{
border-color: #6AE02D;
}
</style>