Shades of Kelly Green #66D12B
Tints of Kelly Green #66D12B
RGB
CMYK
RGB Variations
Color information
#66D12B (or 0x66D12B) is known color: Kelly Green. HEX triplet: 66, D1 and 2B. RGB value is (102,209,43). Sum of RGB (Red+Green+Blue) = 102+209+43=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #66D12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D12B is #992ED4. Grayscale: #9E9E9E. Windows color (decimal): -10038997 or 2871654. OLE color: 2871654.
HSL color Cylindrical-coordinate representation of color #66D12B: hue angle of 98.67º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66D12B is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 43 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.18 |
| HSL | 98.67º | 0.66% | 0.49% | - |
| HSV(B) | 98.67º | 0.79% | 0.82% | - |
| XYZ | 28.72 | 48.6 | 10.15 | - |
| YUV | 158.08 | 63.05 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 43 | 0.51 | 0 | 0.79 | 0.18 | 98.67 | 0.66 | 0.49 |
| Hex | 66 | D1 | 2B | 33 | 0 | 4F | 12 | 63 | 42 | 31 |
| Octal | 146 | 321 | 53 | 63 | 0 | 117 | 22 | 143 | 102 | 61 |
| Binary | 1100110 | 11010001 | 101011 | 110011 | 0 | 1001111 | 10010 | 1100011 | 1000010 | 110001 |
Color Harmonies of #66D12B
Complementary color
Monochromatic Colors of #66D12B
Black with #66D12B
Text Example
Text Example
White with #66D12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D12B; }
p { color: rgb(102,209,43); }
H1.HeaderClassName
{
color: #66D12B;
}
.AnyTagClassName
{
color: #66D12B;
}
</style>
background-color css
<style>
a { background-color: #66D12B; }
a { background-color: rgb(102,209,43); }
div.DivClassName
{
background-color: #66D12B;
}
.BgClassName
{
background-color: #66D12B;
}
</style>
border-color css
<style>
span { border-color: #66D12B; }
span { border-color: rgb(102,209,43); }
td.TdClassName
{
border-color: #66D12B;
}
.TagClassName
{
border-color: #66D12B;
}
</style>