Shades of Kelly Green #66CC2A
Tints of Kelly Green #66CC2A
RGB
CMYK
RGB Variations
Color information
#66CC2A (or 0x66CC2A) is known color: Kelly Green. HEX triplet: 66, CC and 2A. RGB value is (102,204,42). Sum of RGB (Red+Green+Blue) = 102+204+42=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CC2A is #9933D5. Grayscale: #9B9B9B. Windows color (decimal): -10040278 or 2804838. OLE color: 2804838.
HSL color Cylindrical-coordinate representation of color #66CC2A: hue angle of 97.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66CC2A is Cyan = 0.5, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 42 | - |
| CMYK | 0.5 | 0 | 0.79 | 0.2 |
| HSL | 97.78º | 0.66% | 0.48% | - |
| HSV(B) | 97.78º | 0.79% | 0.8% | - |
| XYZ | 27.49 | 46.18 | 9.65 | - |
| YUV | 155.03 | 64.21 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 42 | 0.5 | 0 | 0.79 | 0.2 | 97.78 | 0.66 | 0.48 |
| Hex | 66 | CC | 2A | 32 | 0 | 4F | 14 | 62 | 42 | 30 |
| Octal | 146 | 314 | 52 | 62 | 0 | 117 | 24 | 142 | 102 | 60 |
| Binary | 1100110 | 11001100 | 101010 | 110010 | 0 | 1001111 | 10100 | 1100010 | 1000010 | 110000 |
Color Harmonies of #66CC2A
Complementary color
Monochromatic Colors of #66CC2A
Black with #66CC2A
Text Example
Text Example
White with #66CC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC2A; }
p { color: rgb(102,204,42); }
H1.HeaderClassName
{
color: #66CC2A;
}
.AnyTagClassName
{
color: #66CC2A;
}
</style>
background-color css
<style>
a { background-color: #66CC2A; }
a { background-color: rgb(102,204,42); }
div.DivClassName
{
background-color: #66CC2A;
}
.BgClassName
{
background-color: #66CC2A;
}
</style>
border-color css
<style>
span { border-color: #66CC2A; }
span { border-color: rgb(102,204,42); }
td.TdClassName
{
border-color: #66CC2A;
}
.TagClassName
{
border-color: #66CC2A;
}
</style>