Shades of Kelly Green #66D82B
Tints of Kelly Green #66D82B
RGB
CMYK
RGB Variations
Color information
#66D82B (or 0x66D82B) is known color: Kelly Green. HEX triplet: 66, D8 and 2B. RGB value is (102,216,43). Sum of RGB (Red+Green+Blue) = 102+216+43=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #66D82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D82B is #9927D4. Grayscale: #A2A2A2. Windows color (decimal): -10037205 or 2873446. OLE color: 2873446.
HSL color Cylindrical-coordinate representation of color #66D82B: hue angle of 99.54º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66D82B is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 43 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.15 |
| HSL | 99.54º | 0.69% | 0.51% | - |
| HSV(B) | 99.54º | 0.8% | 0.85% | - |
| XYZ | 30.47 | 52.11 | 10.74 | - |
| YUV | 162.19 | 60.73 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 43 | 0.53 | 0 | 0.80 | 0.15 | 99.54 | 0.69 | 0.51 |
| Hex | 66 | D8 | 2B | 35 | 0 | 50 | F | 64 | 45 | 33 |
| Octal | 146 | 330 | 53 | 65 | 0 | 120 | 17 | 144 | 105 | 63 |
| Binary | 1100110 | 11011000 | 101011 | 110101 | 0 | 1010000 | 1111 | 1100100 | 1000101 | 110011 |
Color Harmonies of #66D82B
Complementary color
Monochromatic Colors of #66D82B
Black with #66D82B
Text Example
Text Example
White with #66D82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D82B; }
p { color: rgb(102,216,43); }
H1.HeaderClassName
{
color: #66D82B;
}
.AnyTagClassName
{
color: #66D82B;
}
</style>
background-color css
<style>
a { background-color: #66D82B; }
a { background-color: rgb(102,216,43); }
div.DivClassName
{
background-color: #66D82B;
}
.BgClassName
{
background-color: #66D82B;
}
</style>
border-color css
<style>
span { border-color: #66D82B; }
span { border-color: rgb(102,216,43); }
td.TdClassName
{
border-color: #66D82B;
}
.TagClassName
{
border-color: #66D82B;
}
</style>