Shades of Christi #6FC113
Tints of Christi #6FC113
RGB
CMYK
RGB Variations
Color information
#6FC113 (or 0x6FC113) is known color: Christi. HEX triplet: 6F, C1 and 13. RGB value is (111,193,19). Sum of RGB (Red+Green+Blue) = 111+193+19=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC113 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC113 is #903EEC. Grayscale: #959595. Windows color (decimal): -9453293 or 1294703. OLE color: 1294703.
HSL color Cylindrical-coordinate representation of color #6FC113: hue angle of 88.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FC113 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 19 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.24 |
| HSL | 88.28º | 0.82% | 0.42% | - |
| HSV(B) | 88.28º | 0.9% | 0.76% | - |
| XYZ | 25.74 | 41.57 | 7.28 | - |
| YUV | 148.65 | 54.83 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 19 | 0.42 | 0 | 0.90 | 0.24 | 88.28 | 0.82 | 0.42 |
| Hex | 6F | C1 | 13 | 2A | 0 | 5A | 18 | 58 | 52 | 2A |
| Octal | 157 | 301 | 23 | 52 | 0 | 132 | 30 | 130 | 122 | 52 |
| Binary | 1101111 | 11000001 | 10011 | 101010 | 0 | 1011010 | 11000 | 1011000 | 1010010 | 101010 |
Color Harmonies of #6FC113
Complementary color
Monochromatic Colors of #6FC113
Black with #6FC113
Text Example
Text Example
White with #6FC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC113; }
p { color: rgb(111,193,19); }
H1.HeaderClassName
{
color: #6FC113;
}
.AnyTagClassName
{
color: #6FC113;
}
</style>
background-color css
<style>
a { background-color: #6FC113; }
a { background-color: rgb(111,193,19); }
div.DivClassName
{
background-color: #6FC113;
}
.BgClassName
{
background-color: #6FC113;
}
</style>
border-color css
<style>
span { border-color: #6FC113; }
span { border-color: rgb(111,193,19); }
td.TdClassName
{
border-color: #6FC113;
}
.TagClassName
{
border-color: #6FC113;
}
</style>