Shades of Christi #69C51A
Tints of Christi #69C51A
RGB
CMYK
RGB Variations
Color information
#69C51A (or 0x69C51A) is known color: Christi. HEX triplet: 69, C5 and 1A. RGB value is (105,197,26). Sum of RGB (Red+Green+Blue) = 105+197+26=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #69C51A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C51A is #963AE5. Grayscale: #969696. Windows color (decimal): -9845478 or 1754473. OLE color: 1754473.
HSL color Cylindrical-coordinate representation of color #69C51A: hue angle of 92.28º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69C51A is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 26 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.23 |
| HSL | 92.28º | 0.77% | 0.44% | - |
| HSV(B) | 92.28º | 0.87% | 0.77% | - |
| XYZ | 25.98 | 43.01 | 7.91 | - |
| YUV | 150 | 58.02 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 26 | 0.47 | 0 | 0.87 | 0.23 | 92.28 | 0.77 | 0.44 |
| Hex | 69 | C5 | 1A | 2F | 0 | 57 | 17 | 5C | 4D | 2C |
| Octal | 151 | 305 | 32 | 57 | 0 | 127 | 27 | 134 | 115 | 54 |
| Binary | 1101001 | 11000101 | 11010 | 101111 | 0 | 1010111 | 10111 | 1011100 | 1001101 | 101100 |
Color Harmonies of #69C51A
Complementary color
Monochromatic Colors of #69C51A
Black with #69C51A
Text Example
Text Example
White with #69C51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C51A; }
p { color: rgb(105,197,26); }
H1.HeaderClassName
{
color: #69C51A;
}
.AnyTagClassName
{
color: #69C51A;
}
</style>
background-color css
<style>
a { background-color: #69C51A; }
a { background-color: rgb(105,197,26); }
div.DivClassName
{
background-color: #69C51A;
}
.BgClassName
{
background-color: #69C51A;
}
</style>
border-color css
<style>
span { border-color: #69C51A; }
span { border-color: rgb(105,197,26); }
td.TdClassName
{
border-color: #69C51A;
}
.TagClassName
{
border-color: #69C51A;
}
</style>