Shades of Kelly Green #67D018
Tints of Kelly Green #67D018
RGB
CMYK
RGB Variations
Color information
#67D018 (or 0x67D018) is known color: Kelly Green. HEX triplet: 67, D0 and 18. RGB value is (103,208,24). Sum of RGB (Red+Green+Blue) = 103+208+24=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #67D018 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67D018 is #982FE7. Grayscale: #9C9C9C. Windows color (decimal): -9973736 or 1626215. OLE color: 1626215.
HSL color Cylindrical-coordinate representation of color #67D018: hue angle of 94.24º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67D018 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 24 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.18 |
| HSL | 94.24º | 0.79% | 0.45% | - |
| HSV(B) | 94.24º | 0.88% | 0.82% | - |
| XYZ | 28.31 | 48.06 | 8.65 | - |
| YUV | 155.63 | 53.71 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 24 | 0.50 | 0 | 0.88 | 0.18 | 94.24 | 0.79 | 0.45 |
| Hex | 67 | D0 | 18 | 32 | 0 | 58 | 12 | 5E | 4F | 2D |
| Octal | 147 | 320 | 30 | 62 | 0 | 130 | 22 | 136 | 117 | 55 |
| Binary | 1100111 | 11010000 | 11000 | 110010 | 0 | 1011000 | 10010 | 1011110 | 1001111 | 101101 |
Color Harmonies of #67D018
Complementary color
Monochromatic Colors of #67D018
Black with #67D018
Text Example
Text Example
White with #67D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D018; }
p { color: rgb(103,208,24); }
H1.HeaderClassName
{
color: #67D018;
}
.AnyTagClassName
{
color: #67D018;
}
</style>
background-color css
<style>
a { background-color: #67D018; }
a { background-color: rgb(103,208,24); }
div.DivClassName
{
background-color: #67D018;
}
.BgClassName
{
background-color: #67D018;
}
</style>
border-color css
<style>
span { border-color: #67D018; }
span { border-color: rgb(103,208,24); }
td.TdClassName
{
border-color: #67D018;
}
.TagClassName
{
border-color: #67D018;
}
</style>