Shades of Christi #6FC005
Tints of Christi #6FC005
RGB
CMYK
RGB Variations
Color information
#6FC005 (or 0x6FC005) is known color: Christi. HEX triplet: 6F, C0 and 05. RGB value is (111,192,5). Sum of RGB (Red+Green+Blue) = 111+192+5=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC005 is #903FFA. Grayscale: #939393. Windows color (decimal): -9453563 or 376943. OLE color: 376943.
HSL color Cylindrical-coordinate representation of color #6FC005: hue angle of 85.99º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FC005 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 5 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.25 |
| HSL | 85.99º | 0.95% | 0.39% | - |
| HSV(B) | 85.99º | 0.97% | 0.75% | - |
| XYZ | 25.43 | 41.09 | 6.73 | - |
| YUV | 146.46 | 48.16 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 5 | 0.42 | 0 | 0.97 | 0.25 | 85.99 | 0.95 | 0.39 |
| Hex | 6F | C0 | 5 | 2A | 0 | 61 | 19 | 56 | 5F | 27 |
| Octal | 157 | 300 | 5 | 52 | 0 | 141 | 31 | 126 | 137 | 47 |
| Binary | 1101111 | 11000000 | 101 | 101010 | 0 | 1100001 | 11001 | 1010110 | 1011111 | 100111 |
Color Harmonies of #6FC005
Complementary color
Monochromatic Colors of #6FC005
Black with #6FC005
Text Example
Text Example
White with #6FC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC005; }
p { color: rgb(111,192,5); }
H1.HeaderClassName
{
color: #6FC005;
}
.AnyTagClassName
{
color: #6FC005;
}
</style>
background-color css
<style>
a { background-color: #6FC005; }
a { background-color: rgb(111,192,5); }
div.DivClassName
{
background-color: #6FC005;
}
.BgClassName
{
background-color: #6FC005;
}
</style>
border-color css
<style>
span { border-color: #6FC005; }
span { border-color: rgb(111,192,5); }
td.TdClassName
{
border-color: #6FC005;
}
.TagClassName
{
border-color: #6FC005;
}
</style>