Shades of Kelly Green #66C301
Tints of Kelly Green #66C301
RGB
CMYK
RGB Variations
Color information
#66C301 (or 0x66C301) is known color: Kelly Green. HEX triplet: 66, C3 and 01. RGB value is (102,195,1). Sum of RGB (Red+Green+Blue) = 102+195+1=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #66C301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C301 is #993CFE. Grayscale: #919191. Windows color (decimal): -10042623 or 115558. OLE color: 115558.
HSL color Cylindrical-coordinate representation of color #66C301: hue angle of 88.76º 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 #66C301 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.24 |
| HSL | 88.76º | 0.99% | 0.38% | - |
| HSV(B) | 88.76º | 0.99% | 0.76% | - |
| XYZ | 25 | 41.86 | 6.79 | - |
| YUV | 145.08 | 46.69 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 1 | 0.48 | 0 | 0.99 | 0.24 | 88.76 | 0.99 | 0.38 |
| Hex | 66 | C3 | 1 | 30 | 0 | 63 | 18 | 59 | 63 | 26 |
| Octal | 146 | 303 | 1 | 60 | 0 | 143 | 30 | 131 | 143 | 46 |
| Binary | 1100110 | 11000011 | 1 | 110000 | 0 | 1100011 | 11000 | 1011001 | 1100011 | 100110 |
Color Harmonies of #66C301
Complementary color
Monochromatic Colors of #66C301
Black with #66C301
Text Example
Text Example
White with #66C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C301; }
p { color: rgb(102,195,1); }
H1.HeaderClassName
{
color: #66C301;
}
.AnyTagClassName
{
color: #66C301;
}
</style>
background-color css
<style>
a { background-color: #66C301; }
a { background-color: rgb(102,195,1); }
div.DivClassName
{
background-color: #66C301;
}
.BgClassName
{
background-color: #66C301;
}
</style>
border-color css
<style>
span { border-color: #66C301; }
span { border-color: rgb(102,195,1); }
td.TdClassName
{
border-color: #66C301;
}
.TagClassName
{
border-color: #66C301;
}
</style>