Shades of Christi #69C00D
Tints of Christi #69C00D
RGB
CMYK
RGB Variations
Color information
#69C00D (or 0x69C00D) is known color: Christi. HEX triplet: 69, C0 and 0D. RGB value is (105,192,13). Sum of RGB (Red+Green+Blue) = 105+192+13=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #69C00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C00D is #963FF2. Grayscale: #929292. Windows color (decimal): -9846771 or 901225. OLE color: 901225.
HSL color Cylindrical-coordinate representation of color #69C00D: hue angle of 89.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69C00D is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 13 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.25 |
| HSL | 89.16º | 0.87% | 0.4% | - |
| HSV(B) | 89.16º | 0.93% | 0.75% | - |
| XYZ | 24.75 | 40.73 | 6.94 | - |
| YUV | 145.58 | 53.18 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 13 | 0.45 | 0 | 0.93 | 0.25 | 89.16 | 0.87 | 0.4 |
| Hex | 69 | C0 | D | 2D | 0 | 5D | 19 | 59 | 57 | 28 |
| Octal | 151 | 300 | 15 | 55 | 0 | 135 | 31 | 131 | 127 | 50 |
| Binary | 1101001 | 11000000 | 1101 | 101101 | 0 | 1011101 | 11001 | 1011001 | 1010111 | 101000 |
Color Harmonies of #69C00D
Complementary color
Monochromatic Colors of #69C00D
Black with #69C00D
Text Example
Text Example
White with #69C00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C00D; }
p { color: rgb(105,192,13); }
H1.HeaderClassName
{
color: #69C00D;
}
.AnyTagClassName
{
color: #69C00D;
}
</style>
background-color css
<style>
a { background-color: #69C00D; }
a { background-color: rgb(105,192,13); }
div.DivClassName
{
background-color: #69C00D;
}
.BgClassName
{
background-color: #69C00D;
}
</style>
border-color css
<style>
span { border-color: #69C00D; }
span { border-color: rgb(105,192,13); }
td.TdClassName
{
border-color: #69C00D;
}
.TagClassName
{
border-color: #69C00D;
}
</style>