Shades of Kelly Green #67CE14
Tints of Kelly Green #67CE14
RGB
CMYK
RGB Variations
Color information
#67CE14 (or 0x67CE14) is known color: Kelly Green. HEX triplet: 67, CE and 14. RGB value is (103,206,20). Sum of RGB (Red+Green+Blue) = 103+206+20=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #67CE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67CE14 is #9831EB. Grayscale: #9A9A9A. Windows color (decimal): -9974252 or 1363559. OLE color: 1363559.
HSL color Cylindrical-coordinate representation of color #67CE14: hue angle of 93.23º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67CE14 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 206 | 20 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.19 |
| HSL | 93.23º | 0.82% | 0.44% | - |
| HSV(B) | 93.23º | 0.9% | 0.81% | - |
| XYZ | 27.79 | 47.08 | 8.28 | - |
| YUV | 154 | 52.38 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 20 | 0.50 | 0 | 0.90 | 0.19 | 93.23 | 0.82 | 0.44 |
| Hex | 67 | CE | 14 | 32 | 0 | 5A | 13 | 5D | 52 | 2C |
| Octal | 147 | 316 | 24 | 62 | 0 | 132 | 23 | 135 | 122 | 54 |
| Binary | 1100111 | 11001110 | 10100 | 110010 | 0 | 1011010 | 10011 | 1011101 | 1010010 | 101100 |
Color Harmonies of #67CE14
Complementary color
Monochromatic Colors of #67CE14
Black with #67CE14
Text Example
Text Example
White with #67CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CE14; }
p { color: rgb(103,206,20); }
H1.HeaderClassName
{
color: #67CE14;
}
.AnyTagClassName
{
color: #67CE14;
}
</style>
background-color css
<style>
a { background-color: #67CE14; }
a { background-color: rgb(103,206,20); }
div.DivClassName
{
background-color: #67CE14;
}
.BgClassName
{
background-color: #67CE14;
}
</style>
border-color css
<style>
span { border-color: #67CE14; }
span { border-color: rgb(103,206,20); }
td.TdClassName
{
border-color: #67CE14;
}
.TagClassName
{
border-color: #67CE14;
}
</style>