Shades of Christi #6FC900
Tints of Christi #6FC900
RGB
CMYK
RGB Variations
Color information
#6FC900 (or 0x6FC900) is known color: Christi. HEX triplet: 6F, C9 and 00. RGB value is (111,201,0). Sum of RGB (Red+Green+Blue) = 111+201+0=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC900 is #9036FF. Grayscale: #979797. Windows color (decimal): -9451264 or 51567. OLE color: 51567.
HSL color Cylindrical-coordinate representation of color #6FC900: hue angle of 86.87º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FC900 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 201 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.21 |
| HSL | 86.87º | 1% | 0.39% | - |
| HSV(B) | 86.87º | 1% | 0.79% | - |
| XYZ | 27.44 | 45.15 | 7.27 | - |
| YUV | 151.18 | 42.68 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 201 | 0 | 0.45 | 0 | 1 | 0.21 | 86.87 | 1 | 0.39 |
| Hex | 6F | C9 | 0 | 2D | 0 | 64 | 15 | 57 | 64 | 27 |
| Octal | 157 | 311 | 0 | 55 | 0 | 144 | 25 | 127 | 144 | 47 |
| Binary | 1101111 | 11001001 | 0 | 101101 | 0 | 1100100 | 10101 | 1010111 | 1100100 | 100111 |
Color Harmonies of #6FC900
Complementary color
Monochromatic Colors of #6FC900
Black with #6FC900
Text Example
Text Example
White with #6FC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC900; }
p { color: rgb(111,201,0); }
H1.HeaderClassName
{
color: #6FC900;
}
.AnyTagClassName
{
color: #6FC900;
}
</style>
background-color css
<style>
a { background-color: #6FC900; }
a { background-color: rgb(111,201,0); }
div.DivClassName
{
background-color: #6FC900;
}
.BgClassName
{
background-color: #6FC900;
}
</style>
border-color css
<style>
span { border-color: #6FC900; }
span { border-color: rgb(111,201,0); }
td.TdClassName
{
border-color: #6FC900;
}
.TagClassName
{
border-color: #6FC900;
}
</style>