Shades of Christi #6CC210
Tints of Christi #6CC210
RGB
CMYK
RGB Variations
Color information
#6CC210 (or 0x6CC210) is known color: Christi. HEX triplet: 6C, C2 and 10. RGB value is (108,194,16). Sum of RGB (Red+Green+Blue) = 108+194+16=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #6CC210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC210 is #933DEF. Grayscale: #949494. Windows color (decimal): -9649648 or 1098348. OLE color: 1098348.
HSL color Cylindrical-coordinate representation of color #6CC210: hue angle of 88.99º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CC210 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 194 | 16 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.24 |
| HSL | 88.99º | 0.85% | 0.41% | - |
| HSV(B) | 88.99º | 0.92% | 0.76% | - |
| XYZ | 25.57 | 41.81 | 7.21 | - |
| YUV | 147.99 | 53.51 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 194 | 16 | 0.44 | 0 | 0.92 | 0.24 | 88.99 | 0.85 | 0.41 |
| Hex | 6C | C2 | 10 | 2C | 0 | 5C | 18 | 59 | 55 | 29 |
| Octal | 154 | 302 | 20 | 54 | 0 | 134 | 30 | 131 | 125 | 51 |
| Binary | 1101100 | 11000010 | 10000 | 101100 | 0 | 1011100 | 11000 | 1011001 | 1010101 | 101001 |
Color Harmonies of #6CC210
Complementary color
Monochromatic Colors of #6CC210
Black with #6CC210
Text Example
Text Example
White with #6CC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC210; }
p { color: rgb(108,194,16); }
H1.HeaderClassName
{
color: #6CC210;
}
.AnyTagClassName
{
color: #6CC210;
}
</style>
background-color css
<style>
a { background-color: #6CC210; }
a { background-color: rgb(108,194,16); }
div.DivClassName
{
background-color: #6CC210;
}
.BgClassName
{
background-color: #6CC210;
}
</style>
border-color css
<style>
span { border-color: #6CC210; }
span { border-color: rgb(108,194,16); }
td.TdClassName
{
border-color: #6CC210;
}
.TagClassName
{
border-color: #6CC210;
}
</style>