Shades of Christi #6FCE10
Tints of Christi #6FCE10
RGB
CMYK
RGB Variations
Color information
#6FCE10 (or 0x6FCE10) is known color: Christi. HEX triplet: 6F, CE and 10. RGB value is (111,206,16). Sum of RGB (Red+Green+Blue) = 111+206+16=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCE10 is #9031EF. Grayscale: #9C9C9C. Windows color (decimal): -9449968 or 1101423. OLE color: 1101423.
HSL color Cylindrical-coordinate representation of color #6FCE10: hue angle of 90º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FCE10 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 206 | 16 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.19 |
| HSL | 90º | 0.86% | 0.44% | - |
| HSV(B) | 90º | 0.92% | 0.81% | - |
| XYZ | 28.72 | 47.56 | 8.16 | - |
| YUV | 155.94 | 49.03 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 16 | 0.46 | 0 | 0.92 | 0.19 | 90 | 0.86 | 0.44 |
| Hex | 6F | CE | 10 | 2E | 0 | 5C | 13 | 5A | 56 | 2C |
| Octal | 157 | 316 | 20 | 56 | 0 | 134 | 23 | 132 | 126 | 54 |
| Binary | 1101111 | 11001110 | 10000 | 101110 | 0 | 1011100 | 10011 | 1011010 | 1010110 | 101100 |
Color Harmonies of #6FCE10
Complementary color
Monochromatic Colors of #6FCE10
Black with #6FCE10
Text Example
Text Example
White with #6FCE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCE10; }
p { color: rgb(111,206,16); }
H1.HeaderClassName
{
color: #6FCE10;
}
.AnyTagClassName
{
color: #6FCE10;
}
</style>
background-color css
<style>
a { background-color: #6FCE10; }
a { background-color: rgb(111,206,16); }
div.DivClassName
{
background-color: #6FCE10;
}
.BgClassName
{
background-color: #6FCE10;
}
</style>
border-color css
<style>
span { border-color: #6FCE10; }
span { border-color: rgb(111,206,16); }
td.TdClassName
{
border-color: #6FCE10;
}
.TagClassName
{
border-color: #6FCE10;
}
</style>