Shades of Christi #6FCD16
Tints of Christi #6FCD16
RGB
CMYK
RGB Variations
Color information
#6FCD16 (or 0x6FCD16) is known color: Christi. HEX triplet: 6F, CD and 16. RGB value is (111,205,22). Sum of RGB (Red+Green+Blue) = 111+205+22=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCD16 is #9032E9. Grayscale: #9C9C9C. Windows color (decimal): -9450218 or 1494383. OLE color: 1494383.
HSL color Cylindrical-coordinate representation of color #6FCD16: hue angle of 90.82º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FCD16 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 22 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.20 |
| HSL | 90.82º | 0.81% | 0.45% | - |
| HSV(B) | 90.82º | 0.89% | 0.8% | - |
| XYZ | 28.53 | 47.1 | 8.35 | - |
| YUV | 156.03 | 52.36 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 22 | 0.46 | 0 | 0.89 | 0.20 | 90.82 | 0.81 | 0.45 |
| Hex | 6F | CD | 16 | 2E | 0 | 59 | 14 | 5B | 51 | 2D |
| Octal | 157 | 315 | 26 | 56 | 0 | 131 | 24 | 133 | 121 | 55 |
| Binary | 1101111 | 11001101 | 10110 | 101110 | 0 | 1011001 | 10100 | 1011011 | 1010001 | 101101 |
Color Harmonies of #6FCD16
Complementary color
Monochromatic Colors of #6FCD16
Black with #6FCD16
Text Example
Text Example
White with #6FCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD16; }
p { color: rgb(111,205,22); }
H1.HeaderClassName
{
color: #6FCD16;
}
.AnyTagClassName
{
color: #6FCD16;
}
</style>
background-color css
<style>
a { background-color: #6FCD16; }
a { background-color: rgb(111,205,22); }
div.DivClassName
{
background-color: #6FCD16;
}
.BgClassName
{
background-color: #6FCD16;
}
</style>
border-color css
<style>
span { border-color: #6FCD16; }
span { border-color: rgb(111,205,22); }
td.TdClassName
{
border-color: #6FCD16;
}
.TagClassName
{
border-color: #6FCD16;
}
</style>