Shades of Christi #6FD316
Tints of Christi #6FD316
RGB
CMYK
RGB Variations
Color information
#6FD316 (or 0x6FD316) is known color: Christi. HEX triplet: 6F, D3 and 16. RGB value is (111,211,22). Sum of RGB (Red+Green+Blue) = 111+211+22=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 211 (82.81% from 255 or 61.34% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD316 is #902CE9. Grayscale: #A0A0A0. Windows color (decimal): -9448682 or 1495919. OLE color: 1495919.
HSL color Cylindrical-coordinate representation of color #6FD316: hue angle of 91.75º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FD316 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 22 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.17 |
| HSL | 91.75º | 0.81% | 0.46% | - |
| HSV(B) | 91.75º | 0.9% | 0.83% | - |
| XYZ | 29.99 | 50.03 | 8.83 | - |
| YUV | 159.55 | 50.37 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 22 | 0.47 | 0 | 0.90 | 0.17 | 91.75 | 0.81 | 0.46 |
| Hex | 6F | D3 | 16 | 2F | 0 | 5A | 11 | 5C | 51 | 2E |
| Octal | 157 | 323 | 26 | 57 | 0 | 132 | 21 | 134 | 121 | 56 |
| Binary | 1101111 | 11010011 | 10110 | 101111 | 0 | 1011010 | 10001 | 1011100 | 1010001 | 101110 |
Color Harmonies of #6FD316
Complementary color
Monochromatic Colors of #6FD316
Black with #6FD316
Text Example
Text Example
White with #6FD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD316; }
p { color: rgb(111,211,22); }
H1.HeaderClassName
{
color: #6FD316;
}
.AnyTagClassName
{
color: #6FD316;
}
</style>
background-color css
<style>
a { background-color: #6FD316; }
a { background-color: rgb(111,211,22); }
div.DivClassName
{
background-color: #6FD316;
}
.BgClassName
{
background-color: #6FD316;
}
</style>
border-color css
<style>
span { border-color: #6FD316; }
span { border-color: rgb(111,211,22); }
td.TdClassName
{
border-color: #6FD316;
}
.TagClassName
{
border-color: #6FD316;
}
</style>