Shades of Kelly Green #68DC1D
Tints of Kelly Green #68DC1D
RGB
CMYK
RGB Variations
Color information
#68DC1D (or 0x68DC1D) is known color: Kelly Green. HEX triplet: 68, DC and 1D. RGB value is (104,220,29). Sum of RGB (Red+Green+Blue) = 104+220+29=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DC1D is #9723E2. Grayscale: #A4A4A4. Windows color (decimal): -9905123 or 1956968. OLE color: 1956968.
HSL color Cylindrical-coordinate representation of color #68DC1D: hue angle of 96.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68DC1D is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 29 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.14 |
| HSL | 96.44º | 0.77% | 0.49% | - |
| HSV(B) | 96.44º | 0.87% | 0.86% | - |
| XYZ | 31.52 | 54.22 | 9.97 | - |
| YUV | 163.54 | 52.07 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 29 | 0.53 | 0 | 0.87 | 0.14 | 96.44 | 0.77 | 0.49 |
| Hex | 68 | DC | 1D | 35 | 0 | 57 | E | 60 | 4D | 31 |
| Octal | 150 | 334 | 35 | 65 | 0 | 127 | 16 | 140 | 115 | 61 |
| Binary | 1101000 | 11011100 | 11101 | 110101 | 0 | 1010111 | 1110 | 1100000 | 1001101 | 110001 |
Color Harmonies of #68DC1D
Complementary color
Monochromatic Colors of #68DC1D
Black with #68DC1D
Text Example
Text Example
White with #68DC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC1D; }
p { color: rgb(104,220,29); }
H1.HeaderClassName
{
color: #68DC1D;
}
.AnyTagClassName
{
color: #68DC1D;
}
</style>
background-color css
<style>
a { background-color: #68DC1D; }
a { background-color: rgb(104,220,29); }
div.DivClassName
{
background-color: #68DC1D;
}
.BgClassName
{
background-color: #68DC1D;
}
</style>
border-color css
<style>
span { border-color: #68DC1D; }
span { border-color: rgb(104,220,29); }
td.TdClassName
{
border-color: #68DC1D;
}
.TagClassName
{
border-color: #68DC1D;
}
</style>