Shades of Christi #6FC808
Tints of Christi #6FC808
RGB
CMYK
RGB Variations
Color information
#6FC808 (or 0x6FC808) is known color: Christi. HEX triplet: 6F, C8 and 08. RGB value is (111,200,8). Sum of RGB (Red+Green+Blue) = 111+200+8=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC808 is #9037F7. Grayscale: #989898. Windows color (decimal): -9451512 or 575599. OLE color: 575599.
HSL color Cylindrical-coordinate representation of color #6FC808: hue angle of 87.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6FC808 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 200 | 8 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.22 |
| HSL | 87.81º | 0.92% | 0.41% | - |
| HSV(B) | 87.81º | 0.96% | 0.78% | - |
| XYZ | 27.25 | 44.71 | 7.42 | - |
| YUV | 151.5 | 47.01 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 200 | 8 | 0.44 | 0 | 0.96 | 0.22 | 87.81 | 0.92 | 0.41 |
| Hex | 6F | C8 | 8 | 2C | 0 | 60 | 16 | 58 | 5C | 29 |
| Octal | 157 | 310 | 10 | 54 | 0 | 140 | 26 | 130 | 134 | 51 |
| Binary | 1101111 | 11001000 | 1000 | 101100 | 0 | 1100000 | 10110 | 1011000 | 1011100 | 101001 |
Color Harmonies of #6FC808
Complementary color
Monochromatic Colors of #6FC808
Black with #6FC808
Text Example
Text Example
White with #6FC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC808; }
p { color: rgb(111,200,8); }
H1.HeaderClassName
{
color: #6FC808;
}
.AnyTagClassName
{
color: #6FC808;
}
</style>
background-color css
<style>
a { background-color: #6FC808; }
a { background-color: rgb(111,200,8); }
div.DivClassName
{
background-color: #6FC808;
}
.BgClassName
{
background-color: #6FC808;
}
</style>
border-color css
<style>
span { border-color: #6FC808; }
span { border-color: rgb(111,200,8); }
td.TdClassName
{
border-color: #6FC808;
}
.TagClassName
{
border-color: #6FC808;
}
</style>