Shades of Kelly Green #67D714
Tints of Kelly Green #67D714
RGB
CMYK
RGB Variations
Color information
#67D714 (or 0x67D714) is known color: Kelly Green. HEX triplet: 67, D7 and 14. RGB value is (103,215,20). Sum of RGB (Red+Green+Blue) = 103+215+20=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #67D714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67D714 is #9828EB. Grayscale: #9F9F9F. Windows color (decimal): -9971948 or 1365863. OLE color: 1365863.
HSL color Cylindrical-coordinate representation of color #67D714: hue angle of 94.46º 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 #67D714 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 215 | 20 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.16 |
| HSL | 94.46º | 0.83% | 0.46% | - |
| HSV(B) | 94.46º | 0.91% | 0.84% | - |
| XYZ | 30.02 | 51.53 | 9.03 | - |
| YUV | 159.28 | 49.39 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 215 | 20 | 0.52 | 0 | 0.91 | 0.16 | 94.46 | 0.83 | 0.46 |
| Hex | 67 | D7 | 14 | 34 | 0 | 5B | 10 | 5E | 53 | 2E |
| Octal | 147 | 327 | 24 | 64 | 0 | 133 | 20 | 136 | 123 | 56 |
| Binary | 1100111 | 11010111 | 10100 | 110100 | 0 | 1011011 | 10000 | 1011110 | 1010011 | 101110 |
Color Harmonies of #67D714
Complementary color
Monochromatic Colors of #67D714
Black with #67D714
Text Example
Text Example
White with #67D714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D714; }
p { color: rgb(103,215,20); }
H1.HeaderClassName
{
color: #67D714;
}
.AnyTagClassName
{
color: #67D714;
}
</style>
background-color css
<style>
a { background-color: #67D714; }
a { background-color: rgb(103,215,20); }
div.DivClassName
{
background-color: #67D714;
}
.BgClassName
{
background-color: #67D714;
}
</style>
border-color css
<style>
span { border-color: #67D714; }
span { border-color: rgb(103,215,20); }
td.TdClassName
{
border-color: #67D714;
}
.TagClassName
{
border-color: #67D714;
}
</style>