Shades of Christi #66BA14
Tints of Christi #66BA14
RGB
CMYK
RGB Variations
Color information
#66BA14 (or 0x66BA14) is known color: Christi. HEX triplet: 66, BA and 14. RGB value is (102,186,20). Sum of RGB (Red+Green+Blue) = 102+186+20=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BA14 is #9945EB. Grayscale: #8E8E8E. Windows color (decimal): -10044908 or 1358438. OLE color: 1358438.
HSL color Cylindrical-coordinate representation of color #66BA14: hue angle of 90.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66BA14 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 20 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.27 |
| HSL | 90.36º | 0.81% | 0.4% | - |
| HSV(B) | 90.36º | 0.89% | 0.73% | - |
| XYZ | 23.16 | 37.99 | 6.77 | - |
| YUV | 141.96 | 59.17 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 20 | 0.45 | 0 | 0.89 | 0.27 | 90.36 | 0.81 | 0.4 |
| Hex | 66 | BA | 14 | 2D | 0 | 59 | 1B | 5A | 51 | 28 |
| Octal | 146 | 272 | 24 | 55 | 0 | 131 | 33 | 132 | 121 | 50 |
| Binary | 1100110 | 10111010 | 10100 | 101101 | 0 | 1011001 | 11011 | 1011010 | 1010001 | 101000 |
Color Harmonies of #66BA14
Complementary color
Monochromatic Colors of #66BA14
Black with #66BA14
Text Example
Text Example
White with #66BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA14; }
p { color: rgb(102,186,20); }
H1.HeaderClassName
{
color: #66BA14;
}
.AnyTagClassName
{
color: #66BA14;
}
</style>
background-color css
<style>
a { background-color: #66BA14; }
a { background-color: rgb(102,186,20); }
div.DivClassName
{
background-color: #66BA14;
}
.BgClassName
{
background-color: #66BA14;
}
</style>
border-color css
<style>
span { border-color: #66BA14; }
span { border-color: rgb(102,186,20); }
td.TdClassName
{
border-color: #66BA14;
}
.TagClassName
{
border-color: #66BA14;
}
</style>