Shades of Christi #69C220
Tints of Christi #69C220
RGB
CMYK
RGB Variations
Color information
#69C220 (or 0x69C220) is known color: Christi. HEX triplet: 69, C2 and 20. RGB value is (105,194,32). Sum of RGB (Red+Green+Blue) = 105+194+32=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #69C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C220 is #963DDF. Grayscale: #959595. Windows color (decimal): -9846240 or 2146921. OLE color: 2146921.
HSL color Cylindrical-coordinate representation of color #69C220: hue angle of 92.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69C220 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 32 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.24 |
| HSL | 92.96º | 0.72% | 0.44% | - |
| HSV(B) | 92.96º | 0.84% | 0.76% | - |
| XYZ | 25.38 | 41.69 | 8.08 | - |
| YUV | 148.92 | 62.01 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 32 | 0.46 | 0 | 0.84 | 0.24 | 92.96 | 0.72 | 0.44 |
| Hex | 69 | C2 | 20 | 2E | 0 | 54 | 18 | 5D | 48 | 2C |
| Octal | 151 | 302 | 40 | 56 | 0 | 124 | 30 | 135 | 110 | 54 |
| Binary | 1101001 | 11000010 | 100000 | 101110 | 0 | 1010100 | 11000 | 1011101 | 1001000 | 101100 |
Color Harmonies of #69C220
Complementary color
Monochromatic Colors of #69C220
Black with #69C220
Text Example
Text Example
White with #69C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C220; }
p { color: rgb(105,194,32); }
H1.HeaderClassName
{
color: #69C220;
}
.AnyTagClassName
{
color: #69C220;
}
</style>
background-color css
<style>
a { background-color: #69C220; }
a { background-color: rgb(105,194,32); }
div.DivClassName
{
background-color: #69C220;
}
.BgClassName
{
background-color: #69C220;
}
</style>
border-color css
<style>
span { border-color: #69C220; }
span { border-color: rgb(105,194,32); }
td.TdClassName
{
border-color: #69C220;
}
.TagClassName
{
border-color: #69C220;
}
</style>