Shades of Kelly Green #6DD013
Tints of Kelly Green #6DD013
RGB
CMYK
RGB Variations
Color information
#6DD013 (or 0x6DD013) is known color: Kelly Green. HEX triplet: 6D, D0 and 13. RGB value is (109,208,19). Sum of RGB (Red+Green+Blue) = 109+208+19=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DD013 is #922FEC. Grayscale: #9D9D9D. Windows color (decimal): -9580525 or 1298541. OLE color: 1298541.
HSL color Cylindrical-coordinate representation of color #6DD013: hue angle of 91.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DD013 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 208 | 19 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.18 |
| HSL | 91.43º | 0.83% | 0.45% | - |
| HSV(B) | 91.43º | 0.91% | 0.82% | - |
| XYZ | 28.98 | 48.41 | 8.43 | - |
| YUV | 156.85 | 50.2 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 19 | 0.48 | 0 | 0.91 | 0.18 | 91.43 | 0.83 | 0.45 |
| Hex | 6D | D0 | 13 | 30 | 0 | 5B | 12 | 5B | 53 | 2D |
| Octal | 155 | 320 | 23 | 60 | 0 | 133 | 22 | 133 | 123 | 55 |
| Binary | 1101101 | 11010000 | 10011 | 110000 | 0 | 1011011 | 10010 | 1011011 | 1010011 | 101101 |
Color Harmonies of #6DD013
Complementary color
Monochromatic Colors of #6DD013
Black with #6DD013
Text Example
Text Example
White with #6DD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD013; }
p { color: rgb(109,208,19); }
H1.HeaderClassName
{
color: #6DD013;
}
.AnyTagClassName
{
color: #6DD013;
}
</style>
background-color css
<style>
a { background-color: #6DD013; }
a { background-color: rgb(109,208,19); }
div.DivClassName
{
background-color: #6DD013;
}
.BgClassName
{
background-color: #6DD013;
}
</style>
border-color css
<style>
span { border-color: #6DD013; }
span { border-color: rgb(109,208,19); }
td.TdClassName
{
border-color: #6DD013;
}
.TagClassName
{
border-color: #6DD013;
}
</style>