Shades of Christi #6FD210
Tints of Christi #6FD210
RGB
CMYK
RGB Variations
Color information
#6FD210 (or 0x6FD210) is known color: Christi. HEX triplet: 6F, D2 and 10. RGB value is (111,210,16). Sum of RGB (Red+Green+Blue) = 111+210+16=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FD210 is #902DEF. Grayscale: #9E9E9E. Windows color (decimal): -9448944 or 1102447. OLE color: 1102447.
HSL color Cylindrical-coordinate representation of color #6FD210: hue angle of 90.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FD210 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 16 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.18 |
| HSL | 90.62º | 0.86% | 0.44% | - |
| HSV(B) | 90.62º | 0.92% | 0.82% | - |
| XYZ | 29.7 | 49.51 | 8.48 | - |
| YUV | 158.28 | 47.7 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 16 | 0.47 | 0 | 0.92 | 0.18 | 90.62 | 0.86 | 0.44 |
| Hex | 6F | D2 | 10 | 2F | 0 | 5C | 12 | 5B | 56 | 2C |
| Octal | 157 | 322 | 20 | 57 | 0 | 134 | 22 | 133 | 126 | 54 |
| Binary | 1101111 | 11010010 | 10000 | 101111 | 0 | 1011100 | 10010 | 1011011 | 1010110 | 101100 |
Color Harmonies of #6FD210
Complementary color
Monochromatic Colors of #6FD210
Black with #6FD210
Text Example
Text Example
White with #6FD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD210; }
p { color: rgb(111,210,16); }
H1.HeaderClassName
{
color: #6FD210;
}
.AnyTagClassName
{
color: #6FD210;
}
</style>
background-color css
<style>
a { background-color: #6FD210; }
a { background-color: rgb(111,210,16); }
div.DivClassName
{
background-color: #6FD210;
}
.BgClassName
{
background-color: #6FD210;
}
</style>
border-color css
<style>
span { border-color: #6FD210; }
span { border-color: rgb(111,210,16); }
td.TdClassName
{
border-color: #6FD210;
}
.TagClassName
{
border-color: #6FD210;
}
</style>