Shades of Christi #6FC60C
Tints of Christi #6FC60C
RGB
CMYK
RGB Variations
Color information
#6FC60C (or 0x6FC60C) is known color: Christi. HEX triplet: 6F, C6 and 0C. RGB value is (111,198,12). Sum of RGB (Red+Green+Blue) = 111+198+12=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #6FC60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC60C is #9039F3. Grayscale: #979797. Windows color (decimal): -9452020 or 837231. OLE color: 837231.
HSL color Cylindrical-coordinate representation of color #6FC60C: hue angle of 88.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FC60C is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 198 | 12 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.22 |
| HSL | 88.06º | 0.89% | 0.41% | - |
| HSV(B) | 88.06º | 0.94% | 0.78% | - |
| XYZ | 26.82 | 43.79 | 7.39 | - |
| YUV | 150.78 | 49.68 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 198 | 12 | 0.44 | 0 | 0.94 | 0.22 | 88.06 | 0.89 | 0.41 |
| Hex | 6F | C6 | C | 2C | 0 | 5E | 16 | 58 | 59 | 29 |
| Octal | 157 | 306 | 14 | 54 | 0 | 136 | 26 | 130 | 131 | 51 |
| Binary | 1101111 | 11000110 | 1100 | 101100 | 0 | 1011110 | 10110 | 1011000 | 1011001 | 101001 |
Color Harmonies of #6FC60C
Complementary color
Monochromatic Colors of #6FC60C
Black with #6FC60C
Text Example
Text Example
White with #6FC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC60C; }
p { color: rgb(111,198,12); }
H1.HeaderClassName
{
color: #6FC60C;
}
.AnyTagClassName
{
color: #6FC60C;
}
</style>
background-color css
<style>
a { background-color: #6FC60C; }
a { background-color: rgb(111,198,12); }
div.DivClassName
{
background-color: #6FC60C;
}
.BgClassName
{
background-color: #6FC60C;
}
</style>
border-color css
<style>
span { border-color: #6FC60C; }
span { border-color: rgb(111,198,12); }
td.TdClassName
{
border-color: #6FC60C;
}
.TagClassName
{
border-color: #6FC60C;
}
</style>