Shades of Christi #6CC218
Tints of Christi #6CC218
RGB
CMYK
RGB Variations
Color information
#6CC218 (or 0x6CC218) is known color: Christi. HEX triplet: 6C, C2 and 18. RGB value is (108,194,24). Sum of RGB (Red+Green+Blue) = 108+194+24=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #6CC218 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC218 is #933DE7. Grayscale: #959595. Windows color (decimal): -9649640 or 1622636. OLE color: 1622636.
HSL color Cylindrical-coordinate representation of color #6CC218: hue angle of 90.35º degrees, saturation: 0.78, 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 #6CC218 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 194 | 24 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.24 |
| HSL | 90.35º | 0.78% | 0.43% | - |
| HSV(B) | 90.35º | 0.88% | 0.76% | - |
| XYZ | 25.64 | 41.84 | 7.59 | - |
| YUV | 148.91 | 57.51 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 194 | 24 | 0.44 | 0 | 0.88 | 0.24 | 90.35 | 0.78 | 0.43 |
| Hex | 6C | C2 | 18 | 2C | 0 | 58 | 18 | 5A | 4E | 2B |
| Octal | 154 | 302 | 30 | 54 | 0 | 130 | 30 | 132 | 116 | 53 |
| Binary | 1101100 | 11000010 | 11000 | 101100 | 0 | 1011000 | 11000 | 1011010 | 1001110 | 101011 |
Color Harmonies of #6CC218
Complementary color
Monochromatic Colors of #6CC218
Black with #6CC218
Text Example
Text Example
White with #6CC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC218; }
p { color: rgb(108,194,24); }
H1.HeaderClassName
{
color: #6CC218;
}
.AnyTagClassName
{
color: #6CC218;
}
</style>
background-color css
<style>
a { background-color: #6CC218; }
a { background-color: rgb(108,194,24); }
div.DivClassName
{
background-color: #6CC218;
}
.BgClassName
{
background-color: #6CC218;
}
</style>
border-color css
<style>
span { border-color: #6CC218; }
span { border-color: rgb(108,194,24); }
td.TdClassName
{
border-color: #6CC218;
}
.TagClassName
{
border-color: #6CC218;
}
</style>