Shades of Kelly Green #66C101
Tints of Kelly Green #66C101
RGB
CMYK
RGB Variations
Color information
#66C101 (or 0x66C101) is known color: Kelly Green. HEX triplet: 66, C1 and 01. RGB value is (102,193,1). Sum of RGB (Red+Green+Blue) = 102+193+1=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #66C101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C101 is #993EFE. Grayscale: #909090. Windows color (decimal): -10043135 or 115046. OLE color: 115046.
HSL color Cylindrical-coordinate representation of color #66C101: hue angle of 88.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66C101 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 1 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.24 |
| HSL | 88.44º | 0.99% | 0.38% | - |
| HSV(B) | 88.44º | 0.99% | 0.76% | - |
| XYZ | 24.55 | 40.97 | 6.64 | - |
| YUV | 143.9 | 47.35 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 1 | 0.47 | 0 | 0.99 | 0.24 | 88.44 | 0.99 | 0.38 |
| Hex | 66 | C1 | 1 | 2F | 0 | 63 | 18 | 58 | 63 | 26 |
| Octal | 146 | 301 | 1 | 57 | 0 | 143 | 30 | 130 | 143 | 46 |
| Binary | 1100110 | 11000001 | 1 | 101111 | 0 | 1100011 | 11000 | 1011000 | 1100011 | 100110 |
Color Harmonies of #66C101
Complementary color
Monochromatic Colors of #66C101
Black with #66C101
Text Example
Text Example
White with #66C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C101; }
p { color: rgb(102,193,1); }
H1.HeaderClassName
{
color: #66C101;
}
.AnyTagClassName
{
color: #66C101;
}
</style>
background-color css
<style>
a { background-color: #66C101; }
a { background-color: rgb(102,193,1); }
div.DivClassName
{
background-color: #66C101;
}
.BgClassName
{
background-color: #66C101;
}
</style>
border-color css
<style>
span { border-color: #66C101; }
span { border-color: rgb(102,193,1); }
td.TdClassName
{
border-color: #66C101;
}
.TagClassName
{
border-color: #66C101;
}
</style>