Shades of Christi #66BB28
Tints of Christi #66BB28
RGB
CMYK
RGB Variations
Color information
#66BB28 (or 0x66BB28) is known color: Christi. HEX triplet: 66, BB and 28. RGB value is (102,187,40). Sum of RGB (Red+Green+Blue) = 102+187+40=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BB28 is #9944D7. Grayscale: #919191. Windows color (decimal): -10044632 or 2669414. OLE color: 2669414.
HSL color Cylindrical-coordinate representation of color #66BB28: hue angle of 94.69º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66BB28 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 40 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.27 |
| HSL | 94.69º | 0.65% | 0.45% | - |
| HSV(B) | 94.69º | 0.79% | 0.73% | - |
| XYZ | 23.63 | 38.52 | 8.2 | - |
| YUV | 144.83 | 68.84 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 40 | 0.45 | 0 | 0.79 | 0.27 | 94.69 | 0.65 | 0.45 |
| Hex | 66 | BB | 28 | 2D | 0 | 4F | 1B | 5F | 41 | 2D |
| Octal | 146 | 273 | 50 | 55 | 0 | 117 | 33 | 137 | 101 | 55 |
| Binary | 1100110 | 10111011 | 101000 | 101101 | 0 | 1001111 | 11011 | 1011111 | 1000001 | 101101 |
Color Harmonies of #66BB28
Complementary color
Monochromatic Colors of #66BB28
Black with #66BB28
Text Example
Text Example
White with #66BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB28; }
p { color: rgb(102,187,40); }
H1.HeaderClassName
{
color: #66BB28;
}
.AnyTagClassName
{
color: #66BB28;
}
</style>
background-color css
<style>
a { background-color: #66BB28; }
a { background-color: rgb(102,187,40); }
div.DivClassName
{
background-color: #66BB28;
}
.BgClassName
{
background-color: #66BB28;
}
</style>
border-color css
<style>
span { border-color: #66BB28; }
span { border-color: rgb(102,187,40); }
td.TdClassName
{
border-color: #66BB28;
}
.TagClassName
{
border-color: #66BB28;
}
</style>