Shades of Christi #6FCA1C
Tints of Christi #6FCA1C
RGB
CMYK
RGB Variations
Color information
#6FCA1C (or 0x6FCA1C) is known color: Christi. HEX triplet: 6F, CA and 1C. RGB value is (111,202,28). Sum of RGB (Red+Green+Blue) = 111+202+28=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA1C is #9035E3. Grayscale: #9B9B9B. Windows color (decimal): -9450980 or 1886831. OLE color: 1886831.
HSL color Cylindrical-coordinate representation of color #6FCA1C: hue angle of 91.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FCA1C is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 28 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.21 |
| HSL | 91.38º | 0.76% | 0.45% | - |
| HSV(B) | 91.38º | 0.86% | 0.79% | - |
| XYZ | 27.89 | 45.7 | 8.45 | - |
| YUV | 154.96 | 56.35 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 28 | 0.45 | 0 | 0.86 | 0.21 | 91.38 | 0.76 | 0.45 |
| Hex | 6F | CA | 1C | 2D | 0 | 56 | 15 | 5B | 4C | 2D |
| Octal | 157 | 312 | 34 | 55 | 0 | 126 | 25 | 133 | 114 | 55 |
| Binary | 1101111 | 11001010 | 11100 | 101101 | 0 | 1010110 | 10101 | 1011011 | 1001100 | 101101 |
Color Harmonies of #6FCA1C
Complementary color
Monochromatic Colors of #6FCA1C
Black with #6FCA1C
Text Example
Text Example
White with #6FCA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA1C; }
p { color: rgb(111,202,28); }
H1.HeaderClassName
{
color: #6FCA1C;
}
.AnyTagClassName
{
color: #6FCA1C;
}
</style>
background-color css
<style>
a { background-color: #6FCA1C; }
a { background-color: rgb(111,202,28); }
div.DivClassName
{
background-color: #6FCA1C;
}
.BgClassName
{
background-color: #6FCA1C;
}
</style>
border-color css
<style>
span { border-color: #6FCA1C; }
span { border-color: rgb(111,202,28); }
td.TdClassName
{
border-color: #6FCA1C;
}
.TagClassName
{
border-color: #6FCA1C;
}
</style>