Shades of Christi #65BC01
Tints of Christi #65BC01
RGB
CMYK
RGB Variations
Color information
#65BC01 (or 0x65BC01) is known color: Christi. HEX triplet: 65, BC and 01. RGB value is (101,188,1). Sum of RGB (Red+Green+Blue) = 101+188+1=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BC01 is #9A43FE. Grayscale: #8D8D8D. Windows color (decimal): -10109951 or 113765. OLE color: 113765.
HSL color Cylindrical-coordinate representation of color #65BC01: hue angle of 87.91º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65BC01 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.26 |
| HSL | 87.91º | 0.99% | 0.37% | - |
| HSV(B) | 87.91º | 0.99% | 0.74% | - |
| XYZ | 23.36 | 38.74 | 6.27 | - |
| YUV | 140.67 | 49.18 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 1 | 0.46 | 0 | 0.99 | 0.26 | 87.91 | 0.99 | 0.37 |
| Hex | 65 | BC | 1 | 2E | 0 | 63 | 1A | 58 | 63 | 25 |
| Octal | 145 | 274 | 1 | 56 | 0 | 143 | 32 | 130 | 143 | 45 |
| Binary | 1100101 | 10111100 | 1 | 101110 | 0 | 1100011 | 11010 | 1011000 | 1100011 | 100101 |
Color Harmonies of #65BC01
Complementary color
Monochromatic Colors of #65BC01
Black with #65BC01
Text Example
Text Example
White with #65BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC01; }
p { color: rgb(101,188,1); }
H1.HeaderClassName
{
color: #65BC01;
}
.AnyTagClassName
{
color: #65BC01;
}
</style>
background-color css
<style>
a { background-color: #65BC01; }
a { background-color: rgb(101,188,1); }
div.DivClassName
{
background-color: #65BC01;
}
.BgClassName
{
background-color: #65BC01;
}
</style>
border-color css
<style>
span { border-color: #65BC01; }
span { border-color: rgb(101,188,1); }
td.TdClassName
{
border-color: #65BC01;
}
.TagClassName
{
border-color: #65BC01;
}
</style>