Shades of Christi #69BC16
Tints of Christi #69BC16
RGB
CMYK
RGB Variations
Color information
#69BC16 (or 0x69BC16) is known color: Christi. HEX triplet: 69, BC and 16. RGB value is (105,188,22). Sum of RGB (Red+Green+Blue) = 105+188+22=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69BC16 is #9643E9. Grayscale: #909090. Windows color (decimal): -9847786 or 1490025. OLE color: 1490025.
HSL color Cylindrical-coordinate representation of color #69BC16: hue angle of 90º degrees, saturation: 0.79, 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 #69BC16 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 22 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.26 |
| HSL | 90º | 0.79% | 0.41% | - |
| HSV(B) | 90º | 0.88% | 0.74% | - |
| XYZ | 23.95 | 39.03 | 7.03 | - |
| YUV | 144.26 | 59 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 22 | 0.44 | 0 | 0.88 | 0.26 | 90 | 0.79 | 0.41 |
| Hex | 69 | BC | 16 | 2C | 0 | 58 | 1A | 5A | 4F | 29 |
| Octal | 151 | 274 | 26 | 54 | 0 | 130 | 32 | 132 | 117 | 51 |
| Binary | 1101001 | 10111100 | 10110 | 101100 | 0 | 1011000 | 11010 | 1011010 | 1001111 | 101001 |
Color Harmonies of #69BC16
Complementary color
Monochromatic Colors of #69BC16
Black with #69BC16
Text Example
Text Example
White with #69BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC16; }
p { color: rgb(105,188,22); }
H1.HeaderClassName
{
color: #69BC16;
}
.AnyTagClassName
{
color: #69BC16;
}
</style>
background-color css
<style>
a { background-color: #69BC16; }
a { background-color: rgb(105,188,22); }
div.DivClassName
{
background-color: #69BC16;
}
.BgClassName
{
background-color: #69BC16;
}
</style>
border-color css
<style>
span { border-color: #69BC16; }
span { border-color: rgb(105,188,22); }
td.TdClassName
{
border-color: #69BC16;
}
.TagClassName
{
border-color: #69BC16;
}
</style>