Shades of Christi #66C01E
Tints of Christi #66C01E
RGB
CMYK
RGB Variations
Color information
#66C01E (or 0x66C01E) is known color: Christi. HEX triplet: 66, C0 and 1E. RGB value is (102,192,30). Sum of RGB (Red+Green+Blue) = 102+192+30=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #66C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C01E is #993FE1. Grayscale: #939393. Windows color (decimal): -10043362 or 2015334. OLE color: 2015334.
HSL color Cylindrical-coordinate representation of color #66C01E: hue angle of 93.33º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66C01E is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 30 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.25 |
| HSL | 93.33º | 0.73% | 0.44% | - |
| HSV(B) | 93.33º | 0.84% | 0.75% | - |
| XYZ | 24.56 | 40.62 | 7.77 | - |
| YUV | 146.62 | 62.18 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 30 | 0.47 | 0 | 0.84 | 0.25 | 93.33 | 0.73 | 0.44 |
| Hex | 66 | C0 | 1E | 2F | 0 | 54 | 19 | 5D | 49 | 2C |
| Octal | 146 | 300 | 36 | 57 | 0 | 124 | 31 | 135 | 111 | 54 |
| Binary | 1100110 | 11000000 | 11110 | 101111 | 0 | 1010100 | 11001 | 1011101 | 1001001 | 101100 |
Color Harmonies of #66C01E
Complementary color
Monochromatic Colors of #66C01E
Black with #66C01E
Text Example
Text Example
White with #66C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C01E; }
p { color: rgb(102,192,30); }
H1.HeaderClassName
{
color: #66C01E;
}
.AnyTagClassName
{
color: #66C01E;
}
</style>
background-color css
<style>
a { background-color: #66C01E; }
a { background-color: rgb(102,192,30); }
div.DivClassName
{
background-color: #66C01E;
}
.BgClassName
{
background-color: #66C01E;
}
</style>
border-color css
<style>
span { border-color: #66C01E; }
span { border-color: rgb(102,192,30); }
td.TdClassName
{
border-color: #66C01E;
}
.TagClassName
{
border-color: #66C01E;
}
</style>