Shades of Christi #6CC618
Tints of Christi #6CC618
RGB
CMYK
RGB Variations
Color information
#6CC618 (or 0x6CC618) is known color: Christi. HEX triplet: 6C, C6 and 18. RGB value is (108,198,24). Sum of RGB (Red+Green+Blue) = 108+198+24=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #6CC618 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC618 is #9339E7. Grayscale: #979797. Windows color (decimal): -9648616 or 1623660. OLE color: 1623660.
HSL color Cylindrical-coordinate representation of color #6CC618: hue angle of 91.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6CC618 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 198 | 24 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.22 |
| HSL | 91.03º | 0.78% | 0.44% | - |
| HSV(B) | 91.03º | 0.88% | 0.78% | - |
| XYZ | 26.54 | 43.64 | 7.89 | - |
| YUV | 151.25 | 56.18 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 198 | 24 | 0.45 | 0 | 0.88 | 0.22 | 91.03 | 0.78 | 0.44 |
| Hex | 6C | C6 | 18 | 2D | 0 | 58 | 16 | 5B | 4E | 2C |
| Octal | 154 | 306 | 30 | 55 | 0 | 130 | 26 | 133 | 116 | 54 |
| Binary | 1101100 | 11000110 | 11000 | 101101 | 0 | 1011000 | 10110 | 1011011 | 1001110 | 101100 |
Color Harmonies of #6CC618
Complementary color
Monochromatic Colors of #6CC618
Black with #6CC618
Text Example
Text Example
White with #6CC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC618; }
p { color: rgb(108,198,24); }
H1.HeaderClassName
{
color: #6CC618;
}
.AnyTagClassName
{
color: #6CC618;
}
</style>
background-color css
<style>
a { background-color: #6CC618; }
a { background-color: rgb(108,198,24); }
div.DivClassName
{
background-color: #6CC618;
}
.BgClassName
{
background-color: #6CC618;
}
</style>
border-color css
<style>
span { border-color: #6CC618; }
span { border-color: rgb(108,198,24); }
td.TdClassName
{
border-color: #6CC618;
}
.TagClassName
{
border-color: #6CC618;
}
</style>