Shades of Christi #65BC17
Tints of Christi #65BC17
RGB
CMYK
RGB Variations
Color information
#65BC17 (or 0x65BC17) is known color: Christi. HEX triplet: 65, BC and 17. RGB value is (101,188,23). Sum of RGB (Red+Green+Blue) = 101+188+23=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BC17 is #9A43E8. Grayscale: #8F8F8F. Windows color (decimal): -10109929 or 1555557. OLE color: 1555557.
HSL color Cylindrical-coordinate representation of color #65BC17: hue angle of 91.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65BC17 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 23 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.26 |
| HSL | 91.64º | 0.78% | 0.41% | - |
| HSV(B) | 91.64º | 0.88% | 0.74% | - |
| XYZ | 23.5 | 38.8 | 7.06 | - |
| YUV | 143.18 | 60.18 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 23 | 0.46 | 0 | 0.88 | 0.26 | 91.64 | 0.78 | 0.41 |
| Hex | 65 | BC | 17 | 2E | 0 | 58 | 1A | 5C | 4E | 29 |
| Octal | 145 | 274 | 27 | 56 | 0 | 130 | 32 | 134 | 116 | 51 |
| Binary | 1100101 | 10111100 | 10111 | 101110 | 0 | 1011000 | 11010 | 1011100 | 1001110 | 101001 |
Color Harmonies of #65BC17
Complementary color
Monochromatic Colors of #65BC17
Black with #65BC17
Text Example
Text Example
White with #65BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC17; }
p { color: rgb(101,188,23); }
H1.HeaderClassName
{
color: #65BC17;
}
.AnyTagClassName
{
color: #65BC17;
}
</style>
background-color css
<style>
a { background-color: #65BC17; }
a { background-color: rgb(101,188,23); }
div.DivClassName
{
background-color: #65BC17;
}
.BgClassName
{
background-color: #65BC17;
}
</style>
border-color css
<style>
span { border-color: #65BC17; }
span { border-color: rgb(101,188,23); }
td.TdClassName
{
border-color: #65BC17;
}
.TagClassName
{
border-color: #65BC17;
}
</style>