Shades of Christi #69C00F
Tints of Christi #69C00F
RGB
CMYK
RGB Variations
Color information
#69C00F (or 0x69C00F) is known color: Christi. HEX triplet: 69, C0 and 0F. RGB value is (105,192,15). Sum of RGB (Red+Green+Blue) = 105+192+15=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #69C00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C00F is #963FF0. Grayscale: #929292. Windows color (decimal): -9846769 or 1032297. OLE color: 1032297.
HSL color Cylindrical-coordinate representation of color #69C00F: hue angle of 89.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69C00F is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 15 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.25 |
| HSL | 89.49º | 0.86% | 0.41% | - |
| HSV(B) | 89.49º | 0.92% | 0.75% | - |
| XYZ | 24.76 | 40.74 | 7.01 | - |
| YUV | 145.81 | 54.18 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 15 | 0.45 | 0 | 0.92 | 0.25 | 89.49 | 0.86 | 0.41 |
| Hex | 69 | C0 | F | 2D | 0 | 5C | 19 | 59 | 56 | 29 |
| Octal | 151 | 300 | 17 | 55 | 0 | 134 | 31 | 131 | 126 | 51 |
| Binary | 1101001 | 11000000 | 1111 | 101101 | 0 | 1011100 | 11001 | 1011001 | 1010110 | 101001 |
Color Harmonies of #69C00F
Complementary color
Monochromatic Colors of #69C00F
Black with #69C00F
Text Example
Text Example
White with #69C00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C00F; }
p { color: rgb(105,192,15); }
H1.HeaderClassName
{
color: #69C00F;
}
.AnyTagClassName
{
color: #69C00F;
}
</style>
background-color css
<style>
a { background-color: #69C00F; }
a { background-color: rgb(105,192,15); }
div.DivClassName
{
background-color: #69C00F;
}
.BgClassName
{
background-color: #69C00F;
}
</style>
border-color css
<style>
span { border-color: #69C00F; }
span { border-color: rgb(105,192,15); }
td.TdClassName
{
border-color: #69C00F;
}
.TagClassName
{
border-color: #69C00F;
}
</style>