Shades of Christi #66B50E
Tints of Christi #66B50E
RGB
CMYK
RGB Variations
Color information
#66B50E (or 0x66B50E) is known color: Christi. HEX triplet: 66, B5 and 0E. RGB value is (102,181,14). Sum of RGB (Red+Green+Blue) = 102+181+14=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #66B50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B50E is #994AF1. Grayscale: #8A8A8A. Windows color (decimal): -10046194 or 963942. OLE color: 963942.
HSL color Cylindrical-coordinate representation of color #66B50E: hue angle of 88.38º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66B50E is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 181 | 14 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.29 |
| HSL | 88.38º | 0.86% | 0.38% | - |
| HSV(B) | 88.38º | 0.92% | 0.71% | - |
| XYZ | 22.08 | 35.9 | 6.18 | - |
| YUV | 138.34 | 57.83 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 14 | 0.44 | 0 | 0.92 | 0.29 | 88.38 | 0.86 | 0.38 |
| Hex | 66 | B5 | E | 2C | 0 | 5C | 1D | 58 | 56 | 26 |
| Octal | 146 | 265 | 16 | 54 | 0 | 134 | 35 | 130 | 126 | 46 |
| Binary | 1100110 | 10110101 | 1110 | 101100 | 0 | 1011100 | 11101 | 1011000 | 1010110 | 100110 |
Color Harmonies of #66B50E
Complementary color
Monochromatic Colors of #66B50E
Black with #66B50E
Text Example
Text Example
White with #66B50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B50E; }
p { color: rgb(102,181,14); }
H1.HeaderClassName
{
color: #66B50E;
}
.AnyTagClassName
{
color: #66B50E;
}
</style>
background-color css
<style>
a { background-color: #66B50E; }
a { background-color: rgb(102,181,14); }
div.DivClassName
{
background-color: #66B50E;
}
.BgClassName
{
background-color: #66B50E;
}
</style>
border-color css
<style>
span { border-color: #66B50E; }
span { border-color: rgb(102,181,14); }
td.TdClassName
{
border-color: #66B50E;
}
.TagClassName
{
border-color: #66B50E;
}
</style>