Shades of Kelly Green #67D514
Tints of Kelly Green #67D514
RGB
CMYK
RGB Variations
Color information
#67D514 (or 0x67D514) is known color: Kelly Green. HEX triplet: 67, D5 and 14. RGB value is (103,213,20). Sum of RGB (Red+Green+Blue) = 103+213+20=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #67D514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67D514 is #982AEB. Grayscale: #9E9E9E. Windows color (decimal): -9972460 or 1365351. OLE color: 1365351.
HSL color Cylindrical-coordinate representation of color #67D514: hue angle of 94.2º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67D514 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 213 | 20 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.16 |
| HSL | 94.2º | 0.83% | 0.46% | - |
| HSV(B) | 94.2º | 0.91% | 0.84% | - |
| XYZ | 29.51 | 50.52 | 8.86 | - |
| YUV | 158.11 | 50.06 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 213 | 20 | 0.52 | 0 | 0.91 | 0.16 | 94.2 | 0.83 | 0.46 |
| Hex | 67 | D5 | 14 | 34 | 0 | 5B | 10 | 5E | 53 | 2E |
| Octal | 147 | 325 | 24 | 64 | 0 | 133 | 20 | 136 | 123 | 56 |
| Binary | 1100111 | 11010101 | 10100 | 110100 | 0 | 1011011 | 10000 | 1011110 | 1010011 | 101110 |
Color Harmonies of #67D514
Complementary color
Monochromatic Colors of #67D514
Black with #67D514
Text Example
Text Example
White with #67D514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D514; }
p { color: rgb(103,213,20); }
H1.HeaderClassName
{
color: #67D514;
}
.AnyTagClassName
{
color: #67D514;
}
</style>
background-color css
<style>
a { background-color: #67D514; }
a { background-color: rgb(103,213,20); }
div.DivClassName
{
background-color: #67D514;
}
.BgClassName
{
background-color: #67D514;
}
</style>
border-color css
<style>
span { border-color: #67D514; }
span { border-color: rgb(103,213,20); }
td.TdClassName
{
border-color: #67D514;
}
.TagClassName
{
border-color: #67D514;
}
</style>