Shades of Christi #6FD310
Tints of Christi #6FD310
RGB
CMYK
RGB Variations
Color information
#6FD310 (or 0x6FD310) is known color: Christi. HEX triplet: 6F, D3 and 10. RGB value is (111,211,16). Sum of RGB (Red+Green+Blue) = 111+211+16=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 211 (82.81% from 255 or 62.43% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD310 is #902CEF. Grayscale: #9F9F9F. Windows color (decimal): -9448688 or 1102703. OLE color: 1102703.
HSL color Cylindrical-coordinate representation of color #6FD310: hue angle of 90.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FD310 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 16 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.17 |
| HSL | 90.77º | 0.86% | 0.45% | - |
| HSV(B) | 90.77º | 0.92% | 0.83% | - |
| XYZ | 29.94 | 50.01 | 8.56 | - |
| YUV | 158.87 | 47.37 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 16 | 0.47 | 0 | 0.92 | 0.17 | 90.77 | 0.86 | 0.45 |
| Hex | 6F | D3 | 10 | 2F | 0 | 5C | 11 | 5B | 56 | 2D |
| Octal | 157 | 323 | 20 | 57 | 0 | 134 | 21 | 133 | 126 | 55 |
| Binary | 1101111 | 11010011 | 10000 | 101111 | 0 | 1011100 | 10001 | 1011011 | 1010110 | 101101 |
Color Harmonies of #6FD310
Complementary color
Monochromatic Colors of #6FD310
Black with #6FD310
Text Example
Text Example
White with #6FD310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD310; }
p { color: rgb(111,211,16); }
H1.HeaderClassName
{
color: #6FD310;
}
.AnyTagClassName
{
color: #6FD310;
}
</style>
background-color css
<style>
a { background-color: #6FD310; }
a { background-color: rgb(111,211,16); }
div.DivClassName
{
background-color: #6FD310;
}
.BgClassName
{
background-color: #6FD310;
}
</style>
border-color css
<style>
span { border-color: #6FD310; }
span { border-color: rgb(111,211,16); }
td.TdClassName
{
border-color: #6FD310;
}
.TagClassName
{
border-color: #6FD310;
}
</style>