Shades of Christi #6FC310
Tints of Christi #6FC310
RGB
CMYK
RGB Variations
Color information
#6FC310 (or 0x6FC310) is known color: Christi. HEX triplet: 6F, C3 and 10. RGB value is (111,195,16). Sum of RGB (Red+Green+Blue) = 111+195+16=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC310 is #903CEF. Grayscale: #969696. Windows color (decimal): -9452784 or 1098607. OLE color: 1098607.
HSL color Cylindrical-coordinate representation of color #6FC310: hue angle of 88.16º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FC310 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 195 | 16 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.24 |
| HSL | 88.16º | 0.85% | 0.41% | - |
| HSV(B) | 88.16º | 0.92% | 0.76% | - |
| XYZ | 26.16 | 42.45 | 7.3 | - |
| YUV | 149.48 | 52.67 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 16 | 0.43 | 0 | 0.92 | 0.24 | 88.16 | 0.85 | 0.41 |
| Hex | 6F | C3 | 10 | 2B | 0 | 5C | 18 | 58 | 55 | 29 |
| Octal | 157 | 303 | 20 | 53 | 0 | 134 | 30 | 130 | 125 | 51 |
| Binary | 1101111 | 11000011 | 10000 | 101011 | 0 | 1011100 | 11000 | 1011000 | 1010101 | 101001 |
Color Harmonies of #6FC310
Complementary color
Monochromatic Colors of #6FC310
Black with #6FC310
Text Example
Text Example
White with #6FC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC310; }
p { color: rgb(111,195,16); }
H1.HeaderClassName
{
color: #6FC310;
}
.AnyTagClassName
{
color: #6FC310;
}
</style>
background-color css
<style>
a { background-color: #6FC310; }
a { background-color: rgb(111,195,16); }
div.DivClassName
{
background-color: #6FC310;
}
.BgClassName
{
background-color: #6FC310;
}
</style>
border-color css
<style>
span { border-color: #6FC310; }
span { border-color: rgb(111,195,16); }
td.TdClassName
{
border-color: #6FC310;
}
.TagClassName
{
border-color: #6FC310;
}
</style>