Shades of Christi #65BC13
Tints of Christi #65BC13
RGB
CMYK
RGB Variations
Color information
#65BC13 (or 0x65BC13) is known color: Christi. HEX triplet: 65, BC and 13. RGB value is (101,188,19). Sum of RGB (Red+Green+Blue) = 101+188+19=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BC13 is #9A43EC. Grayscale: #8F8F8F. Windows color (decimal): -10109933 or 1293413. OLE color: 1293413.
HSL color Cylindrical-coordinate representation of color #65BC13: hue angle of 90.89º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65BC13 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 19 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.26 |
| HSL | 90.89º | 0.82% | 0.41% | - |
| HSV(B) | 90.89º | 0.9% | 0.74% | - |
| XYZ | 23.47 | 38.78 | 6.86 | - |
| YUV | 142.72 | 58.18 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 19 | 0.46 | 0 | 0.90 | 0.26 | 90.89 | 0.82 | 0.41 |
| Hex | 65 | BC | 13 | 2E | 0 | 5A | 1A | 5B | 52 | 29 |
| Octal | 145 | 274 | 23 | 56 | 0 | 132 | 32 | 133 | 122 | 51 |
| Binary | 1100101 | 10111100 | 10011 | 101110 | 0 | 1011010 | 11010 | 1011011 | 1010010 | 101001 |
Color Harmonies of #65BC13
Complementary color
Monochromatic Colors of #65BC13
Black with #65BC13
Text Example
Text Example
White with #65BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC13; }
p { color: rgb(101,188,19); }
H1.HeaderClassName
{
color: #65BC13;
}
.AnyTagClassName
{
color: #65BC13;
}
</style>
background-color css
<style>
a { background-color: #65BC13; }
a { background-color: rgb(101,188,19); }
div.DivClassName
{
background-color: #65BC13;
}
.BgClassName
{
background-color: #65BC13;
}
</style>
border-color css
<style>
span { border-color: #65BC13; }
span { border-color: rgb(101,188,19); }
td.TdClassName
{
border-color: #65BC13;
}
.TagClassName
{
border-color: #65BC13;
}
</style>