Shades of Christi #69C516
Tints of Christi #69C516
RGB
CMYK
RGB Variations
Color information
#69C516 (or 0x69C516) is known color: Christi. HEX triplet: 69, C5 and 16. RGB value is (105,197,22). Sum of RGB (Red+Green+Blue) = 105+197+22=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #69C516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C516 is #963AE9. Grayscale: #969696. Windows color (decimal): -9845482 or 1492329. OLE color: 1492329.
HSL color Cylindrical-coordinate representation of color #69C516: hue angle of 91.54º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69C516 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 22 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.23 |
| HSL | 91.54º | 0.8% | 0.43% | - |
| HSV(B) | 91.54º | 0.89% | 0.77% | - |
| XYZ | 25.94 | 42.99 | 7.69 | - |
| YUV | 149.54 | 56.02 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 22 | 0.47 | 0 | 0.89 | 0.23 | 91.54 | 0.8 | 0.43 |
| Hex | 69 | C5 | 16 | 2F | 0 | 59 | 17 | 5C | 50 | 2B |
| Octal | 151 | 305 | 26 | 57 | 0 | 131 | 27 | 134 | 120 | 53 |
| Binary | 1101001 | 11000101 | 10110 | 101111 | 0 | 1011001 | 10111 | 1011100 | 1010000 | 101011 |
Color Harmonies of #69C516
Complementary color
Monochromatic Colors of #69C516
Black with #69C516
Text Example
Text Example
White with #69C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C516; }
p { color: rgb(105,197,22); }
H1.HeaderClassName
{
color: #69C516;
}
.AnyTagClassName
{
color: #69C516;
}
</style>
background-color css
<style>
a { background-color: #69C516; }
a { background-color: rgb(105,197,22); }
div.DivClassName
{
background-color: #69C516;
}
.BgClassName
{
background-color: #69C516;
}
</style>
border-color css
<style>
span { border-color: #69C516; }
span { border-color: rgb(105,197,22); }
td.TdClassName
{
border-color: #69C516;
}
.TagClassName
{
border-color: #69C516;
}
</style>