Shades of Christi #66BC25
Tints of Christi #66BC25
RGB
CMYK
RGB Variations
Color information
#66BC25 (or 0x66BC25) is known color: Christi. HEX triplet: 66, BC and 25. RGB value is (102,188,37). Sum of RGB (Red+Green+Blue) = 102+188+37=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BC25 is #9943DA. Grayscale: #919191. Windows color (decimal): -10044379 or 2473062. OLE color: 2473062.
HSL color Cylindrical-coordinate representation of color #66BC25: hue angle of 94.17º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66BC25 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 37 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.26 |
| HSL | 94.17º | 0.67% | 0.44% | - |
| HSV(B) | 94.17º | 0.8% | 0.74% | - |
| XYZ | 23.8 | 38.92 | 8.01 | - |
| YUV | 145.07 | 67.01 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 37 | 0.46 | 0 | 0.80 | 0.26 | 94.17 | 0.67 | 0.44 |
| Hex | 66 | BC | 25 | 2E | 0 | 50 | 1A | 5E | 43 | 2C |
| Octal | 146 | 274 | 45 | 56 | 0 | 120 | 32 | 136 | 103 | 54 |
| Binary | 1100110 | 10111100 | 100101 | 101110 | 0 | 1010000 | 11010 | 1011110 | 1000011 | 101100 |
Color Harmonies of #66BC25
Complementary color
Monochromatic Colors of #66BC25
Black with #66BC25
Text Example
Text Example
White with #66BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC25; }
p { color: rgb(102,188,37); }
H1.HeaderClassName
{
color: #66BC25;
}
.AnyTagClassName
{
color: #66BC25;
}
</style>
background-color css
<style>
a { background-color: #66BC25; }
a { background-color: rgb(102,188,37); }
div.DivClassName
{
background-color: #66BC25;
}
.BgClassName
{
background-color: #66BC25;
}
</style>
border-color css
<style>
span { border-color: #66BC25; }
span { border-color: rgb(102,188,37); }
td.TdClassName
{
border-color: #66BC25;
}
.TagClassName
{
border-color: #66BC25;
}
</style>