Shades of Christi #6FC213
Tints of Christi #6FC213
RGB
CMYK
RGB Variations
Color information
#6FC213 (or 0x6FC213) is known color: Christi. HEX triplet: 6F, C2 and 13. RGB value is (111,194,19). Sum of RGB (Red+Green+Blue) = 111+194+19=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC213 is #903DEC. Grayscale: #959595. Windows color (decimal): -9453037 or 1294959. OLE color: 1294959.
HSL color Cylindrical-coordinate representation of color #6FC213: hue angle of 88.46º 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 #6FC213 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 194 | 19 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.24 |
| HSL | 88.46º | 0.82% | 0.42% | - |
| HSV(B) | 88.46º | 0.9% | 0.76% | - |
| XYZ | 25.96 | 42.01 | 7.36 | - |
| YUV | 149.23 | 54.5 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 19 | 0.43 | 0 | 0.90 | 0.24 | 88.46 | 0.82 | 0.42 |
| Hex | 6F | C2 | 13 | 2B | 0 | 5A | 18 | 58 | 52 | 2A |
| Octal | 157 | 302 | 23 | 53 | 0 | 132 | 30 | 130 | 122 | 52 |
| Binary | 1101111 | 11000010 | 10011 | 101011 | 0 | 1011010 | 11000 | 1011000 | 1010010 | 101010 |
Color Harmonies of #6FC213
Complementary color
Monochromatic Colors of #6FC213
Black with #6FC213
Text Example
Text Example
White with #6FC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC213; }
p { color: rgb(111,194,19); }
H1.HeaderClassName
{
color: #6FC213;
}
.AnyTagClassName
{
color: #6FC213;
}
</style>
background-color css
<style>
a { background-color: #6FC213; }
a { background-color: rgb(111,194,19); }
div.DivClassName
{
background-color: #6FC213;
}
.BgClassName
{
background-color: #6FC213;
}
</style>
border-color css
<style>
span { border-color: #6FC213; }
span { border-color: rgb(111,194,19); }
td.TdClassName
{
border-color: #6FC213;
}
.TagClassName
{
border-color: #6FC213;
}
</style>