Shades of Kelly Green #6EDA1F
Tints of Kelly Green #6EDA1F
RGB
CMYK
RGB Variations
Color information
#6EDA1F (or 0x6EDA1F) is known color: Kelly Green. HEX triplet: 6E, DA and 1F. RGB value is (110,218,31). Sum of RGB (Red+Green+Blue) = 110+218+31=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 218 (85.55% from 255 or 60.72% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDA1F is #9125E0. Grayscale: #A5A5A5. Windows color (decimal): -9512417 or 2087534. OLE color: 2087534.
HSL color Cylindrical-coordinate representation of color #6EDA1F: hue angle of 94.65º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6EDA1F is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 31 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.15 |
| HSL | 94.65º | 0.75% | 0.49% | - |
| HSV(B) | 94.65º | 0.86% | 0.85% | - |
| XYZ | 31.75 | 53.56 | 9.96 | - |
| YUV | 164.39 | 52.72 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 31 | 0.50 | 0 | 0.86 | 0.15 | 94.65 | 0.75 | 0.49 |
| Hex | 6E | DA | 1F | 32 | 0 | 56 | F | 5F | 4B | 31 |
| Octal | 156 | 332 | 37 | 62 | 0 | 126 | 17 | 137 | 113 | 61 |
| Binary | 1101110 | 11011010 | 11111 | 110010 | 0 | 1010110 | 1111 | 1011111 | 1001011 | 110001 |
Color Harmonies of #6EDA1F
Complementary color
Monochromatic Colors of #6EDA1F
Black with #6EDA1F
Text Example
Text Example
White with #6EDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA1F; }
p { color: rgb(110,218,31); }
H1.HeaderClassName
{
color: #6EDA1F;
}
.AnyTagClassName
{
color: #6EDA1F;
}
</style>
background-color css
<style>
a { background-color: #6EDA1F; }
a { background-color: rgb(110,218,31); }
div.DivClassName
{
background-color: #6EDA1F;
}
.BgClassName
{
background-color: #6EDA1F;
}
</style>
border-color css
<style>
span { border-color: #6EDA1F; }
span { border-color: rgb(110,218,31); }
td.TdClassName
{
border-color: #6EDA1F;
}
.TagClassName
{
border-color: #6EDA1F;
}
</style>