Shades of Christi #69C411
Tints of Christi #69C411
RGB
CMYK
RGB Variations
Color information
#69C411 (or 0x69C411) is known color: Christi. HEX triplet: 69, C4 and 11. RGB value is (105,196,17). Sum of RGB (Red+Green+Blue) = 105+196+17=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #69C411 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C411 is #963BEE. Grayscale: #959595. Windows color (decimal): -9845743 or 1164393. OLE color: 1164393.
HSL color Cylindrical-coordinate representation of color #69C411: hue angle of 90.5º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69C411 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 196 | 17 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.23 |
| HSL | 90.5º | 0.84% | 0.42% | - |
| HSV(B) | 90.5º | 0.91% | 0.77% | - |
| XYZ | 25.67 | 42.52 | 7.39 | - |
| YUV | 148.39 | 53.85 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 196 | 17 | 0.46 | 0 | 0.91 | 0.23 | 90.5 | 0.84 | 0.42 |
| Hex | 69 | C4 | 11 | 2E | 0 | 5B | 17 | 5B | 54 | 2A |
| Octal | 151 | 304 | 21 | 56 | 0 | 133 | 27 | 133 | 124 | 52 |
| Binary | 1101001 | 11000100 | 10001 | 101110 | 0 | 1011011 | 10111 | 1011011 | 1010100 | 101010 |
Color Harmonies of #69C411
Complementary color
Monochromatic Colors of #69C411
Black with #69C411
Text Example
Text Example
White with #69C411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C411; }
p { color: rgb(105,196,17); }
H1.HeaderClassName
{
color: #69C411;
}
.AnyTagClassName
{
color: #69C411;
}
</style>
background-color css
<style>
a { background-color: #69C411; }
a { background-color: rgb(105,196,17); }
div.DivClassName
{
background-color: #69C411;
}
.BgClassName
{
background-color: #69C411;
}
</style>
border-color css
<style>
span { border-color: #69C411; }
span { border-color: rgb(105,196,17); }
td.TdClassName
{
border-color: #69C411;
}
.TagClassName
{
border-color: #69C411;
}
</style>