Shades of Christi #6CC612
Tints of Christi #6CC612
RGB
CMYK
RGB Variations
Color information
#6CC612 (or 0x6CC612) is known color: Christi. HEX triplet: 6C, C6 and 12. RGB value is (108,198,18). Sum of RGB (Red+Green+Blue) = 108+198+18=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 198 (77.73% from 255 or 61.11% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 198 - color contains mainly: green. Hex color #6CC612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC612 is #9339ED. Grayscale: #979797. Windows color (decimal): -9648622 or 1230444. OLE color: 1230444.
HSL color Cylindrical-coordinate representation of color #6CC612: hue angle of 90º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CC612 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 198 | 18 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.22 |
| HSL | 90º | 0.83% | 0.42% | - |
| HSV(B) | 90º | 0.91% | 0.78% | - |
| XYZ | 26.49 | 43.62 | 7.6 | - |
| YUV | 150.57 | 53.18 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 198 | 18 | 0.45 | 0 | 0.91 | 0.22 | 90 | 0.83 | 0.42 |
| Hex | 6C | C6 | 12 | 2D | 0 | 5B | 16 | 5A | 53 | 2A |
| Octal | 154 | 306 | 22 | 55 | 0 | 133 | 26 | 132 | 123 | 52 |
| Binary | 1101100 | 11000110 | 10010 | 101101 | 0 | 1011011 | 10110 | 1011010 | 1010011 | 101010 |
Color Harmonies of #6CC612
Complementary color
Monochromatic Colors of #6CC612
Black with #6CC612
Text Example
Text Example
White with #6CC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC612; }
p { color: rgb(108,198,18); }
H1.HeaderClassName
{
color: #6CC612;
}
.AnyTagClassName
{
color: #6CC612;
}
</style>
background-color css
<style>
a { background-color: #6CC612; }
a { background-color: rgb(108,198,18); }
div.DivClassName
{
background-color: #6CC612;
}
.BgClassName
{
background-color: #6CC612;
}
</style>
border-color css
<style>
span { border-color: #6CC612; }
span { border-color: rgb(108,198,18); }
td.TdClassName
{
border-color: #6CC612;
}
.TagClassName
{
border-color: #6CC612;
}
</style>