Shades of Christi #65BC14
Tints of Christi #65BC14
RGB
CMYK
RGB Variations
Color information
#65BC14 (or 0x65BC14) is known color: Christi. HEX triplet: 65, BC and 14. RGB value is (101,188,20). Sum of RGB (Red+Green+Blue) = 101+188+20=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BC14 is #9A43EB. Grayscale: #8F8F8F. Windows color (decimal): -10109932 or 1358949. OLE color: 1358949.
HSL color Cylindrical-coordinate representation of color #65BC14: hue angle of 91.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65BC14 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 20 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.26 |
| HSL | 91.07º | 0.81% | 0.41% | - |
| HSV(B) | 91.07º | 0.89% | 0.74% | - |
| XYZ | 23.48 | 38.78 | 6.91 | - |
| YUV | 142.84 | 58.68 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 20 | 0.46 | 0 | 0.89 | 0.26 | 91.07 | 0.81 | 0.41 |
| Hex | 65 | BC | 14 | 2E | 0 | 59 | 1A | 5B | 51 | 29 |
| Octal | 145 | 274 | 24 | 56 | 0 | 131 | 32 | 133 | 121 | 51 |
| Binary | 1100101 | 10111100 | 10100 | 101110 | 0 | 1011001 | 11010 | 1011011 | 1010001 | 101001 |
Color Harmonies of #65BC14
Complementary color
Monochromatic Colors of #65BC14
Black with #65BC14
Text Example
Text Example
White with #65BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC14; }
p { color: rgb(101,188,20); }
H1.HeaderClassName
{
color: #65BC14;
}
.AnyTagClassName
{
color: #65BC14;
}
</style>
background-color css
<style>
a { background-color: #65BC14; }
a { background-color: rgb(101,188,20); }
div.DivClassName
{
background-color: #65BC14;
}
.BgClassName
{
background-color: #65BC14;
}
</style>
border-color css
<style>
span { border-color: #65BC14; }
span { border-color: rgb(101,188,20); }
td.TdClassName
{
border-color: #65BC14;
}
.TagClassName
{
border-color: #65BC14;
}
</style>