Shades of Kelly Green #68DC1C
Tints of Kelly Green #68DC1C
RGB
CMYK
RGB Variations
Color information
#68DC1C (or 0x68DC1C) is known color: Kelly Green. HEX triplet: 68, DC and 1C. RGB value is (104,220,28). Sum of RGB (Red+Green+Blue) = 104+220+28=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DC1C is #9723E3. Grayscale: #A4A4A4. Windows color (decimal): -9905124 or 1891432. OLE color: 1891432.
HSL color Cylindrical-coordinate representation of color #68DC1C: hue angle of 96.25º 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 #68DC1C is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 28 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.14 |
| HSL | 96.25º | 0.77% | 0.49% | - |
| HSV(B) | 96.25º | 0.87% | 0.86% | - |
| XYZ | 31.51 | 54.21 | 9.9 | - |
| YUV | 163.43 | 51.57 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 28 | 0.53 | 0 | 0.87 | 0.14 | 96.25 | 0.77 | 0.49 |
| Hex | 68 | DC | 1C | 35 | 0 | 57 | E | 60 | 4D | 31 |
| Octal | 150 | 334 | 34 | 65 | 0 | 127 | 16 | 140 | 115 | 61 |
| Binary | 1101000 | 11011100 | 11100 | 110101 | 0 | 1010111 | 1110 | 1100000 | 1001101 | 110001 |
Color Harmonies of #68DC1C
Complementary color
Monochromatic Colors of #68DC1C
Black with #68DC1C
Text Example
Text Example
White with #68DC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC1C; }
p { color: rgb(104,220,28); }
H1.HeaderClassName
{
color: #68DC1C;
}
.AnyTagClassName
{
color: #68DC1C;
}
</style>
background-color css
<style>
a { background-color: #68DC1C; }
a { background-color: rgb(104,220,28); }
div.DivClassName
{
background-color: #68DC1C;
}
.BgClassName
{
background-color: #68DC1C;
}
</style>
border-color css
<style>
span { border-color: #68DC1C; }
span { border-color: rgb(104,220,28); }
td.TdClassName
{
border-color: #68DC1C;
}
.TagClassName
{
border-color: #68DC1C;
}
</style>