Shades of Christi #6FCD11
Tints of Christi #6FCD11
RGB
CMYK
RGB Variations
Color information
#6FCD11 (or 0x6FCD11) is known color: Christi. HEX triplet: 6F, CD and 11. RGB value is (111,205,17). Sum of RGB (Red+Green+Blue) = 111+205+17=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCD11 is #9032EE. Grayscale: #9C9C9C. Windows color (decimal): -9450223 or 1166703. OLE color: 1166703.
HSL color Cylindrical-coordinate representation of color #6FCD11: hue angle of 90º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FCD11 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 17 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.20 |
| HSL | 90º | 0.85% | 0.44% | - |
| HSV(B) | 90º | 0.92% | 0.8% | - |
| XYZ | 28.49 | 47.08 | 8.12 | - |
| YUV | 155.46 | 49.86 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 17 | 0.46 | 0 | 0.92 | 0.20 | 90 | 0.85 | 0.44 |
| Hex | 6F | CD | 11 | 2E | 0 | 5C | 14 | 5A | 55 | 2C |
| Octal | 157 | 315 | 21 | 56 | 0 | 134 | 24 | 132 | 125 | 54 |
| Binary | 1101111 | 11001101 | 10001 | 101110 | 0 | 1011100 | 10100 | 1011010 | 1010101 | 101100 |
Color Harmonies of #6FCD11
Complementary color
Monochromatic Colors of #6FCD11
Black with #6FCD11
Text Example
Text Example
White with #6FCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD11; }
p { color: rgb(111,205,17); }
H1.HeaderClassName
{
color: #6FCD11;
}
.AnyTagClassName
{
color: #6FCD11;
}
</style>
background-color css
<style>
a { background-color: #6FCD11; }
a { background-color: rgb(111,205,17); }
div.DivClassName
{
background-color: #6FCD11;
}
.BgClassName
{
background-color: #6FCD11;
}
</style>
border-color css
<style>
span { border-color: #6FCD11; }
span { border-color: rgb(111,205,17); }
td.TdClassName
{
border-color: #6FCD11;
}
.TagClassName
{
border-color: #6FCD11;
}
</style>