Shades of Christi #6FCC00
Tints of Christi #6FCC00
RGB
CMYK
RGB Variations
Color information
#6FCC00 (or 0x6FCC00) is known color: Christi. HEX triplet: 6F, CC and 00. RGB value is (111,204,0). Sum of RGB (Red+Green+Blue) = 111+204+0=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 204 (80.08% from 255 or 64.76% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCC00 is #9033FF. Grayscale: #999999. Windows color (decimal): -9450496 or 52335. OLE color: 52335.
HSL color Cylindrical-coordinate representation of color #6FCC00: hue angle of 87.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FCC00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.2 |
| HSL | 87.35º | 1% | 0.4% | - |
| HSV(B) | 87.35º | 1% | 0.8% | - |
| XYZ | 28.15 | 46.57 | 7.5 | - |
| YUV | 152.94 | 41.69 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 0 | 0.46 | 0 | 1 | 0.2 | 87.35 | 1 | 0.4 |
| Hex | 6F | CC | 0 | 2E | 0 | 64 | 14 | 57 | 64 | 28 |
| Octal | 157 | 314 | 0 | 56 | 0 | 144 | 24 | 127 | 144 | 50 |
| Binary | 1101111 | 11001100 | 0 | 101110 | 0 | 1100100 | 10100 | 1010111 | 1100100 | 101000 |
Color Harmonies of #6FCC00
Complementary color
Monochromatic Colors of #6FCC00
Black with #6FCC00
Text Example
Text Example
White with #6FCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC00; }
p { color: rgb(111,204,0); }
H1.HeaderClassName
{
color: #6FCC00;
}
.AnyTagClassName
{
color: #6FCC00;
}
</style>
background-color css
<style>
a { background-color: #6FCC00; }
a { background-color: rgb(111,204,0); }
div.DivClassName
{
background-color: #6FCC00;
}
.BgClassName
{
background-color: #6FCC00;
}
</style>
border-color css
<style>
span { border-color: #6FCC00; }
span { border-color: rgb(111,204,0); }
td.TdClassName
{
border-color: #6FCC00;
}
.TagClassName
{
border-color: #6FCC00;
}
</style>