Shades of Kelly Green #67DC1D
Tints of Kelly Green #67DC1D
RGB
CMYK
RGB Variations
Color information
#67DC1D (or 0x67DC1D) is known color: Kelly Green. HEX triplet: 67, DC and 1D. RGB value is (103,220,29). Sum of RGB (Red+Green+Blue) = 103+220+29=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DC1D is #9823E2. Grayscale: #A3A3A3. Windows color (decimal): -9970659 or 1956967. OLE color: 1956967.
HSL color Cylindrical-coordinate representation of color #67DC1D: hue angle of 96.75º 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 #67DC1D is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 29 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.14 |
| HSL | 96.75º | 0.77% | 0.49% | - |
| HSV(B) | 96.75º | 0.87% | 0.86% | - |
| XYZ | 31.41 | 54.16 | 9.96 | - |
| YUV | 163.24 | 52.24 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 29 | 0.53 | 0 | 0.87 | 0.14 | 96.75 | 0.77 | 0.49 |
| Hex | 67 | DC | 1D | 35 | 0 | 57 | E | 61 | 4D | 31 |
| Octal | 147 | 334 | 35 | 65 | 0 | 127 | 16 | 141 | 115 | 61 |
| Binary | 1100111 | 11011100 | 11101 | 110101 | 0 | 1010111 | 1110 | 1100001 | 1001101 | 110001 |
Color Harmonies of #67DC1D
Complementary color
Monochromatic Colors of #67DC1D
Black with #67DC1D
Text Example
Text Example
White with #67DC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DC1D; }
p { color: rgb(103,220,29); }
H1.HeaderClassName
{
color: #67DC1D;
}
.AnyTagClassName
{
color: #67DC1D;
}
</style>
background-color css
<style>
a { background-color: #67DC1D; }
a { background-color: rgb(103,220,29); }
div.DivClassName
{
background-color: #67DC1D;
}
.BgClassName
{
background-color: #67DC1D;
}
</style>
border-color css
<style>
span { border-color: #67DC1D; }
span { border-color: rgb(103,220,29); }
td.TdClassName
{
border-color: #67DC1D;
}
.TagClassName
{
border-color: #67DC1D;
}
</style>