Shades of Christi #6FC400
Tints of Christi #6FC400
RGB
CMYK
RGB Variations
Color information
#6FC400 (or 0x6FC400) is known color: Christi. HEX triplet: 6F, C4 and 00. RGB value is (111,196,0). Sum of RGB (Red+Green+Blue) = 111+196+0=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 196 (76.95% from 255 or 63.84% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC400 is #903BFF. Grayscale: #949494. Windows color (decimal): -9452544 or 50287. OLE color: 50287.
HSL color Cylindrical-coordinate representation of color #6FC400: hue angle of 86.02º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FC400 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 196 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.23 |
| HSL | 86.02º | 1% | 0.38% | - |
| HSV(B) | 86.02º | 1% | 0.77% | - |
| XYZ | 26.3 | 42.86 | 6.89 | - |
| YUV | 148.24 | 44.34 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 0 | 0.43 | 0 | 1 | 0.23 | 86.02 | 1 | 0.38 |
| Hex | 6F | C4 | 0 | 2B | 0 | 64 | 17 | 56 | 64 | 26 |
| Octal | 157 | 304 | 0 | 53 | 0 | 144 | 27 | 126 | 144 | 46 |
| Binary | 1101111 | 11000100 | 0 | 101011 | 0 | 1100100 | 10111 | 1010110 | 1100100 | 100110 |
Color Harmonies of #6FC400
Complementary color
Monochromatic Colors of #6FC400
Black with #6FC400
Text Example
Text Example
White with #6FC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC400; }
p { color: rgb(111,196,0); }
H1.HeaderClassName
{
color: #6FC400;
}
.AnyTagClassName
{
color: #6FC400;
}
</style>
background-color css
<style>
a { background-color: #6FC400; }
a { background-color: rgb(111,196,0); }
div.DivClassName
{
background-color: #6FC400;
}
.BgClassName
{
background-color: #6FC400;
}
</style>
border-color css
<style>
span { border-color: #6FC400; }
span { border-color: rgb(111,196,0); }
td.TdClassName
{
border-color: #6FC400;
}
.TagClassName
{
border-color: #6FC400;
}
</style>