Shades of Christi #6FC003
Tints of Christi #6FC003
RGB
CMYK
RGB Variations
Color information
#6FC003 (or 0x6FC003) is known color: Christi. HEX triplet: 6F, C0 and 03. RGB value is (111,192,3). Sum of RGB (Red+Green+Blue) = 111+192+3=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC003 is #903FFC. Grayscale: #929292. Windows color (decimal): -9453565 or 245871. OLE color: 245871.
HSL color Cylindrical-coordinate representation of color #6FC003: hue angle of 85.71º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6FC003 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 3 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.25 |
| HSL | 85.71º | 0.97% | 0.38% | - |
| HSV(B) | 85.71º | 0.98% | 0.75% | - |
| XYZ | 25.42 | 41.09 | 6.68 | - |
| YUV | 146.24 | 47.16 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 3 | 0.42 | 0 | 0.98 | 0.25 | 85.71 | 0.97 | 0.38 |
| Hex | 6F | C0 | 3 | 2A | 0 | 62 | 19 | 56 | 61 | 26 |
| Octal | 157 | 300 | 3 | 52 | 0 | 142 | 31 | 126 | 141 | 46 |
| Binary | 1101111 | 11000000 | 11 | 101010 | 0 | 1100010 | 11001 | 1010110 | 1100001 | 100110 |
Color Harmonies of #6FC003
Complementary color
Monochromatic Colors of #6FC003
Black with #6FC003
Text Example
Text Example
White with #6FC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC003; }
p { color: rgb(111,192,3); }
H1.HeaderClassName
{
color: #6FC003;
}
.AnyTagClassName
{
color: #6FC003;
}
</style>
background-color css
<style>
a { background-color: #6FC003; }
a { background-color: rgb(111,192,3); }
div.DivClassName
{
background-color: #6FC003;
}
.BgClassName
{
background-color: #6FC003;
}
</style>
border-color css
<style>
span { border-color: #6FC003; }
span { border-color: rgb(111,192,3); }
td.TdClassName
{
border-color: #6FC003;
}
.TagClassName
{
border-color: #6FC003;
}
</style>