Shades of Christi #69C117
Tints of Christi #69C117
RGB
CMYK
RGB Variations
Color information
#69C117 (or 0x69C117) is known color: Christi. HEX triplet: 69, C1 and 17. RGB value is (105,193,23). Sum of RGB (Red+Green+Blue) = 105+193+23=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #69C117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C117 is #963EE8. Grayscale: #939393. Windows color (decimal): -9846505 or 1556841. OLE color: 1556841.
HSL color Cylindrical-coordinate representation of color #69C117: hue angle of 91.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69C117 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 23 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.24 |
| HSL | 91.06º | 0.79% | 0.42% | - |
| HSV(B) | 91.06º | 0.88% | 0.76% | - |
| XYZ | 25.05 | 41.21 | 7.44 | - |
| YUV | 147.31 | 57.85 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 23 | 0.46 | 0 | 0.88 | 0.24 | 91.06 | 0.79 | 0.42 |
| Hex | 69 | C1 | 17 | 2E | 0 | 58 | 18 | 5B | 4F | 2A |
| Octal | 151 | 301 | 27 | 56 | 0 | 130 | 30 | 133 | 117 | 52 |
| Binary | 1101001 | 11000001 | 10111 | 101110 | 0 | 1011000 | 11000 | 1011011 | 1001111 | 101010 |
Color Harmonies of #69C117
Complementary color
Monochromatic Colors of #69C117
Black with #69C117
Text Example
Text Example
White with #69C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C117; }
p { color: rgb(105,193,23); }
H1.HeaderClassName
{
color: #69C117;
}
.AnyTagClassName
{
color: #69C117;
}
</style>
background-color css
<style>
a { background-color: #69C117; }
a { background-color: rgb(105,193,23); }
div.DivClassName
{
background-color: #69C117;
}
.BgClassName
{
background-color: #69C117;
}
</style>
border-color css
<style>
span { border-color: #69C117; }
span { border-color: rgb(105,193,23); }
td.TdClassName
{
border-color: #69C117;
}
.TagClassName
{
border-color: #69C117;
}
</style>