Shades of Christi #6FCF1C
Tints of Christi #6FCF1C
RGB
CMYK
RGB Variations
Color information
#6FCF1C (or 0x6FCF1C) is known color: Christi. HEX triplet: 6F, CF and 1C. RGB value is (111,207,28). Sum of RGB (Red+Green+Blue) = 111+207+28=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF1C is #9030E3. Grayscale: #9E9E9E. Windows color (decimal): -9449700 or 1888111. OLE color: 1888111.
HSL color Cylindrical-coordinate representation of color #6FCF1C: hue angle of 92.18º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FCF1C is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 28 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.19 |
| HSL | 92.18º | 0.76% | 0.46% | - |
| HSV(B) | 92.18º | 0.86% | 0.81% | - |
| XYZ | 29.08 | 48.09 | 8.85 | - |
| YUV | 157.89 | 54.7 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 28 | 0.46 | 0 | 0.86 | 0.19 | 92.18 | 0.76 | 0.46 |
| Hex | 6F | CF | 1C | 2E | 0 | 56 | 13 | 5C | 4C | 2E |
| Octal | 157 | 317 | 34 | 56 | 0 | 126 | 23 | 134 | 114 | 56 |
| Binary | 1101111 | 11001111 | 11100 | 101110 | 0 | 1010110 | 10011 | 1011100 | 1001100 | 101110 |
Color Harmonies of #6FCF1C
Complementary color
Monochromatic Colors of #6FCF1C
Black with #6FCF1C
Text Example
Text Example
White with #6FCF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF1C; }
p { color: rgb(111,207,28); }
H1.HeaderClassName
{
color: #6FCF1C;
}
.AnyTagClassName
{
color: #6FCF1C;
}
</style>
background-color css
<style>
a { background-color: #6FCF1C; }
a { background-color: rgb(111,207,28); }
div.DivClassName
{
background-color: #6FCF1C;
}
.BgClassName
{
background-color: #6FCF1C;
}
</style>
border-color css
<style>
span { border-color: #6FCF1C; }
span { border-color: rgb(111,207,28); }
td.TdClassName
{
border-color: #6FCF1C;
}
.TagClassName
{
border-color: #6FCF1C;
}
</style>