Shades of Kelly Green #66C80E
Tints of Kelly Green #66C80E
RGB
CMYK
RGB Variations
Color information
#66C80E (or 0x66C80E) is known color: Kelly Green. HEX triplet: 66, C8 and 0E. RGB value is (102,200,14). Sum of RGB (Red+Green+Blue) = 102+200+14=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 200 (78.52% from 255 or 63.29% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 200 - color contains mainly: green. Hex color #66C80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C80E is #9937F1. Grayscale: #969696. Windows color (decimal): -10041330 or 968806. OLE color: 968806.
HSL color Cylindrical-coordinate representation of color #66C80E: hue angle of 91.61º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66C80E is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 200 | 14 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.22 |
| HSL | 91.61º | 0.87% | 0.42% | - |
| HSV(B) | 91.61º | 0.93% | 0.78% | - |
| XYZ | 26.21 | 44.17 | 7.56 | - |
| YUV | 149.49 | 51.53 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 200 | 14 | 0.49 | 0 | 0.93 | 0.22 | 91.61 | 0.87 | 0.42 |
| Hex | 66 | C8 | E | 31 | 0 | 5D | 16 | 5C | 57 | 2A |
| Octal | 146 | 310 | 16 | 61 | 0 | 135 | 26 | 134 | 127 | 52 |
| Binary | 1100110 | 11001000 | 1110 | 110001 | 0 | 1011101 | 10110 | 1011100 | 1010111 | 101010 |
Color Harmonies of #66C80E
Complementary color
Monochromatic Colors of #66C80E
Black with #66C80E
Text Example
Text Example
White with #66C80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C80E; }
p { color: rgb(102,200,14); }
H1.HeaderClassName
{
color: #66C80E;
}
.AnyTagClassName
{
color: #66C80E;
}
</style>
background-color css
<style>
a { background-color: #66C80E; }
a { background-color: rgb(102,200,14); }
div.DivClassName
{
background-color: #66C80E;
}
.BgClassName
{
background-color: #66C80E;
}
</style>
border-color css
<style>
span { border-color: #66C80E; }
span { border-color: rgb(102,200,14); }
td.TdClassName
{
border-color: #66C80E;
}
.TagClassName
{
border-color: #66C80E;
}
</style>