Shades of Christi #69C718
Tints of Christi #69C718
RGB
CMYK
RGB Variations
Color information
#69C718 (or 0x69C718) is known color: Christi. HEX triplet: 69, C7 and 18. RGB value is (105,199,24). Sum of RGB (Red+Green+Blue) = 105+199+24=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #69C718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C718 is #9638E7. Grayscale: #979797. Windows color (decimal): -9844968 or 1623913. OLE color: 1623913.
HSL color Cylindrical-coordinate representation of color #69C718: hue angle of 92.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69C718 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 24 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.22 |
| HSL | 92.23º | 0.78% | 0.44% | - |
| HSV(B) | 92.23º | 0.88% | 0.78% | - |
| XYZ | 26.41 | 43.92 | 7.95 | - |
| YUV | 150.94 | 56.36 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 24 | 0.47 | 0 | 0.88 | 0.22 | 92.23 | 0.78 | 0.44 |
| Hex | 69 | C7 | 18 | 2F | 0 | 58 | 16 | 5C | 4E | 2C |
| Octal | 151 | 307 | 30 | 57 | 0 | 130 | 26 | 134 | 116 | 54 |
| Binary | 1101001 | 11000111 | 11000 | 101111 | 0 | 1011000 | 10110 | 1011100 | 1001110 | 101100 |
Color Harmonies of #69C718
Complementary color
Monochromatic Colors of #69C718
Black with #69C718
Text Example
Text Example
White with #69C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C718; }
p { color: rgb(105,199,24); }
H1.HeaderClassName
{
color: #69C718;
}
.AnyTagClassName
{
color: #69C718;
}
</style>
background-color css
<style>
a { background-color: #69C718; }
a { background-color: rgb(105,199,24); }
div.DivClassName
{
background-color: #69C718;
}
.BgClassName
{
background-color: #69C718;
}
</style>
border-color css
<style>
span { border-color: #69C718; }
span { border-color: rgb(105,199,24); }
td.TdClassName
{
border-color: #69C718;
}
.TagClassName
{
border-color: #69C718;
}
</style>