Shades of Kelly Green #66CB03
Tints of Kelly Green #66CB03
RGB
CMYK
RGB Variations
Color information
#66CB03 (or 0x66CB03) is known color: Kelly Green. HEX triplet: 66, CB and 03. RGB value is (102,203,3). Sum of RGB (Red+Green+Blue) = 102+203+3=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CB03 is #9934FC. Grayscale: #969696. Windows color (decimal): -10040573 or 248678. OLE color: 248678.
HSL color Cylindrical-coordinate representation of color #66CB03: hue angle of 90.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66CB03 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 3 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.20 |
| HSL | 90.3º | 0.97% | 0.4% | - |
| HSV(B) | 90.3º | 0.99% | 0.8% | - |
| XYZ | 26.85 | 45.54 | 7.46 | - |
| YUV | 150 | 45.04 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 3 | 0.50 | 0 | 0.99 | 0.20 | 90.3 | 0.97 | 0.4 |
| Hex | 66 | CB | 3 | 32 | 0 | 63 | 14 | 5A | 61 | 28 |
| Octal | 146 | 313 | 3 | 62 | 0 | 143 | 24 | 132 | 141 | 50 |
| Binary | 1100110 | 11001011 | 11 | 110010 | 0 | 1100011 | 10100 | 1011010 | 1100001 | 101000 |
Color Harmonies of #66CB03
Complementary color
Monochromatic Colors of #66CB03
Black with #66CB03
Text Example
Text Example
White with #66CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CB03; }
p { color: rgb(102,203,3); }
H1.HeaderClassName
{
color: #66CB03;
}
.AnyTagClassName
{
color: #66CB03;
}
</style>
background-color css
<style>
a { background-color: #66CB03; }
a { background-color: rgb(102,203,3); }
div.DivClassName
{
background-color: #66CB03;
}
.BgClassName
{
background-color: #66CB03;
}
</style>
border-color css
<style>
span { border-color: #66CB03; }
span { border-color: rgb(102,203,3); }
td.TdClassName
{
border-color: #66CB03;
}
.TagClassName
{
border-color: #66CB03;
}
</style>