Shades of Christi #6CC217
Tints of Christi #6CC217
RGB
CMYK
RGB Variations
Color information
#6CC217 (or 0x6CC217) is known color: Christi. HEX triplet: 6C, C2 and 17. RGB value is (108,194,23). Sum of RGB (Red+Green+Blue) = 108+194+23=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #6CC217 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC217 is #933DE8. Grayscale: #959595. Windows color (decimal): -9649641 or 1557100. OLE color: 1557100.
HSL color Cylindrical-coordinate representation of color #6CC217: hue angle of 90.18º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6CC217 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 194 | 23 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.24 |
| HSL | 90.18º | 0.79% | 0.43% | - |
| HSV(B) | 90.18º | 0.88% | 0.76% | - |
| XYZ | 25.63 | 41.83 | 7.53 | - |
| YUV | 148.79 | 57.01 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 194 | 23 | 0.44 | 0 | 0.88 | 0.24 | 90.18 | 0.79 | 0.43 |
| Hex | 6C | C2 | 17 | 2C | 0 | 58 | 18 | 5A | 4F | 2B |
| Octal | 154 | 302 | 27 | 54 | 0 | 130 | 30 | 132 | 117 | 53 |
| Binary | 1101100 | 11000010 | 10111 | 101100 | 0 | 1011000 | 11000 | 1011010 | 1001111 | 101011 |
Color Harmonies of #6CC217
Complementary color
Monochromatic Colors of #6CC217
Black with #6CC217
Text Example
Text Example
White with #6CC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC217; }
p { color: rgb(108,194,23); }
H1.HeaderClassName
{
color: #6CC217;
}
.AnyTagClassName
{
color: #6CC217;
}
</style>
background-color css
<style>
a { background-color: #6CC217; }
a { background-color: rgb(108,194,23); }
div.DivClassName
{
background-color: #6CC217;
}
.BgClassName
{
background-color: #6CC217;
}
</style>
border-color css
<style>
span { border-color: #6CC217; }
span { border-color: rgb(108,194,23); }
td.TdClassName
{
border-color: #6CC217;
}
.TagClassName
{
border-color: #6CC217;
}
</style>