Shades of Christi #6FCA0C
Tints of Christi #6FCA0C
RGB
CMYK
RGB Variations
Color information
#6FCA0C (or 0x6FCA0C) is known color: Christi. HEX triplet: 6F, CA and 0C. RGB value is (111,202,12). Sum of RGB (Red+Green+Blue) = 111+202+12=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCA0C is #9035F3. Grayscale: #999999. Windows color (decimal): -9450996 or 838255. OLE color: 838255.
HSL color Cylindrical-coordinate representation of color #6FCA0C: hue angle of 88.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FCA0C is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 12 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.21 |
| HSL | 88.74º | 0.89% | 0.42% | - |
| HSV(B) | 88.74º | 0.94% | 0.79% | - |
| XYZ | 27.74 | 45.65 | 7.7 | - |
| YUV | 153.13 | 48.35 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 12 | 0.45 | 0 | 0.94 | 0.21 | 88.74 | 0.89 | 0.42 |
| Hex | 6F | CA | C | 2D | 0 | 5E | 15 | 59 | 59 | 2A |
| Octal | 157 | 312 | 14 | 55 | 0 | 136 | 25 | 131 | 131 | 52 |
| Binary | 1101111 | 11001010 | 1100 | 101101 | 0 | 1011110 | 10101 | 1011001 | 1011001 | 101010 |
Color Harmonies of #6FCA0C
Complementary color
Monochromatic Colors of #6FCA0C
Black with #6FCA0C
Text Example
Text Example
White with #6FCA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA0C; }
p { color: rgb(111,202,12); }
H1.HeaderClassName
{
color: #6FCA0C;
}
.AnyTagClassName
{
color: #6FCA0C;
}
</style>
background-color css
<style>
a { background-color: #6FCA0C; }
a { background-color: rgb(111,202,12); }
div.DivClassName
{
background-color: #6FCA0C;
}
.BgClassName
{
background-color: #6FCA0C;
}
</style>
border-color css
<style>
span { border-color: #6FCA0C; }
span { border-color: rgb(111,202,12); }
td.TdClassName
{
border-color: #6FCA0C;
}
.TagClassName
{
border-color: #6FCA0C;
}
</style>