Shades of Kelly Green #66C213
Tints of Kelly Green #66C213
RGB
CMYK
RGB Variations
Color information
#66C213 (or 0x66C213) is known color: Kelly Green. HEX triplet: 66, C2 and 13. RGB value is (102,194,19). Sum of RGB (Red+Green+Blue) = 102+194+19=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #66C213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C213 is #993DEC. Grayscale: #939393. Windows color (decimal): -10042861 or 1294950. OLE color: 1294950.
HSL color Cylindrical-coordinate representation of color #66C213: hue angle of 91.54º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66C213 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 19 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.24 |
| HSL | 91.54º | 0.82% | 0.42% | - |
| HSV(B) | 91.54º | 0.9% | 0.76% | - |
| XYZ | 24.89 | 41.46 | 7.31 | - |
| YUV | 146.54 | 56.02 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 19 | 0.47 | 0 | 0.90 | 0.24 | 91.54 | 0.82 | 0.42 |
| Hex | 66 | C2 | 13 | 2F | 0 | 5A | 18 | 5C | 52 | 2A |
| Octal | 146 | 302 | 23 | 57 | 0 | 132 | 30 | 134 | 122 | 52 |
| Binary | 1100110 | 11000010 | 10011 | 101111 | 0 | 1011010 | 11000 | 1011100 | 1010010 | 101010 |
Color Harmonies of #66C213
Complementary color
Monochromatic Colors of #66C213
Black with #66C213
Text Example
Text Example
White with #66C213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C213; }
p { color: rgb(102,194,19); }
H1.HeaderClassName
{
color: #66C213;
}
.AnyTagClassName
{
color: #66C213;
}
</style>
background-color css
<style>
a { background-color: #66C213; }
a { background-color: rgb(102,194,19); }
div.DivClassName
{
background-color: #66C213;
}
.BgClassName
{
background-color: #66C213;
}
</style>
border-color css
<style>
span { border-color: #66C213; }
span { border-color: rgb(102,194,19); }
td.TdClassName
{
border-color: #66C213;
}
.TagClassName
{
border-color: #66C213;
}
</style>