Shades of Kelly Green #6DD01C
Tints of Kelly Green #6DD01C
RGB
CMYK
RGB Variations
Color information
#6DD01C (or 0x6DD01C) is known color: Kelly Green. HEX triplet: 6D, D0 and 1C. RGB value is (109,208,28). Sum of RGB (Red+Green+Blue) = 109+208+28=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD01C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD01C is #922FE3. Grayscale: #9E9E9E. Windows color (decimal): -9580516 or 1888365. OLE color: 1888365.
HSL color Cylindrical-coordinate representation of color #6DD01C: hue angle of 93º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DD01C is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 208 | 28 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.18 |
| HSL | 93º | 0.76% | 0.46% | - |
| HSV(B) | 93º | 0.87% | 0.82% | - |
| XYZ | 29.07 | 48.45 | 8.92 | - |
| YUV | 157.88 | 54.7 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 28 | 0.48 | 0 | 0.87 | 0.18 | 93 | 0.76 | 0.46 |
| Hex | 6D | D0 | 1C | 30 | 0 | 57 | 12 | 5D | 4C | 2E |
| Octal | 155 | 320 | 34 | 60 | 0 | 127 | 22 | 135 | 114 | 56 |
| Binary | 1101101 | 11010000 | 11100 | 110000 | 0 | 1010111 | 10010 | 1011101 | 1001100 | 101110 |
Color Harmonies of #6DD01C
Complementary color
Monochromatic Colors of #6DD01C
Black with #6DD01C
Text Example
Text Example
White with #6DD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD01C; }
p { color: rgb(109,208,28); }
H1.HeaderClassName
{
color: #6DD01C;
}
.AnyTagClassName
{
color: #6DD01C;
}
</style>
background-color css
<style>
a { background-color: #6DD01C; }
a { background-color: rgb(109,208,28); }
div.DivClassName
{
background-color: #6DD01C;
}
.BgClassName
{
background-color: #6DD01C;
}
</style>
border-color css
<style>
span { border-color: #6DD01C; }
span { border-color: rgb(109,208,28); }
td.TdClassName
{
border-color: #6DD01C;
}
.TagClassName
{
border-color: #6DD01C;
}
</style>