Shades of Christi #66B11E
Tints of Christi #66B11E
RGB
CMYK
RGB Variations
Color information
#66B11E (or 0x66B11E) is known color: Christi. HEX triplet: 66, B1 and 1E. RGB value is (102,177,30). Sum of RGB (Red+Green+Blue) = 102+177+30=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #66B11E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B11E is #994EE1. Grayscale: #8A8A8A. Windows color (decimal): -10047202 or 2011494. OLE color: 2011494.
HSL color Cylindrical-coordinate representation of color #66B11E: hue angle of 90.61º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66B11E is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 30 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.31 |
| HSL | 90.61º | 0.71% | 0.41% | - |
| HSV(B) | 90.61º | 0.83% | 0.69% | - |
| XYZ | 21.44 | 34.36 | 6.73 | - |
| YUV | 137.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 30 | 0.42 | 0 | 0.83 | 0.31 | 90.61 | 0.71 | 0.41 |
| Hex | 66 | B1 | 1E | 2A | 0 | 53 | 1F | 5B | 47 | 29 |
| Octal | 146 | 261 | 36 | 52 | 0 | 123 | 37 | 133 | 107 | 51 |
| Binary | 1100110 | 10110001 | 11110 | 101010 | 0 | 1010011 | 11111 | 1011011 | 1000111 | 101001 |
Color Harmonies of #66B11E
Complementary color
Monochromatic Colors of #66B11E
Black with #66B11E
Text Example
Text Example
White with #66B11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B11E; }
p { color: rgb(102,177,30); }
H1.HeaderClassName
{
color: #66B11E;
}
.AnyTagClassName
{
color: #66B11E;
}
</style>
background-color css
<style>
a { background-color: #66B11E; }
a { background-color: rgb(102,177,30); }
div.DivClassName
{
background-color: #66B11E;
}
.BgClassName
{
background-color: #66B11E;
}
</style>
border-color css
<style>
span { border-color: #66B11E; }
span { border-color: rgb(102,177,30); }
td.TdClassName
{
border-color: #66B11E;
}
.TagClassName
{
border-color: #66B11E;
}
</style>