Shades of Christi #6CC712
Tints of Christi #6CC712
RGB
CMYK
RGB Variations
Color information
#6CC712 (or 0x6CC712) is known color: Christi. HEX triplet: 6C, C7 and 12. RGB value is (108,199,18). Sum of RGB (Red+Green+Blue) = 108+199+18=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #6CC712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC712 is #9338ED. Grayscale: #979797. Windows color (decimal): -9648366 or 1230700. OLE color: 1230700.
HSL color Cylindrical-coordinate representation of color #6CC712: hue angle of 90.17º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CC712 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 199 | 18 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.22 |
| HSL | 90.17º | 0.83% | 0.43% | - |
| HSV(B) | 90.17º | 0.91% | 0.78% | - |
| XYZ | 26.72 | 44.08 | 7.67 | - |
| YUV | 151.16 | 52.85 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 199 | 18 | 0.46 | 0 | 0.91 | 0.22 | 90.17 | 0.83 | 0.43 |
| Hex | 6C | C7 | 12 | 2E | 0 | 5B | 16 | 5A | 53 | 2B |
| Octal | 154 | 307 | 22 | 56 | 0 | 133 | 26 | 132 | 123 | 53 |
| Binary | 1101100 | 11000111 | 10010 | 101110 | 0 | 1011011 | 10110 | 1011010 | 1010011 | 101011 |
Color Harmonies of #6CC712
Complementary color
Monochromatic Colors of #6CC712
Black with #6CC712
Text Example
Text Example
White with #6CC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC712; }
p { color: rgb(108,199,18); }
H1.HeaderClassName
{
color: #6CC712;
}
.AnyTagClassName
{
color: #6CC712;
}
</style>
background-color css
<style>
a { background-color: #6CC712; }
a { background-color: rgb(108,199,18); }
div.DivClassName
{
background-color: #6CC712;
}
.BgClassName
{
background-color: #6CC712;
}
</style>
border-color css
<style>
span { border-color: #6CC712; }
span { border-color: rgb(108,199,18); }
td.TdClassName
{
border-color: #6CC712;
}
.TagClassName
{
border-color: #6CC712;
}
</style>