Shades of Christi #6FBC00
Tints of Christi #6FBC00
RGB
CMYK
RGB Variations
Color information
#6FBC00 (or 0x6FBC00) is known color: Christi. HEX triplet: 6F, BC and 00. RGB value is (111,188,0). Sum of RGB (Red+Green+Blue) = 111+188+0=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBC00 is #9043FF. Grayscale: #909090. Windows color (decimal): -9454592 or 48239. OLE color: 48239.
HSL color Cylindrical-coordinate representation of color #6FBC00: hue angle of 84.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FBC00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.26 |
| HSL | 84.57º | 1% | 0.37% | - |
| HSV(B) | 84.57º | 1% | 0.74% | - |
| XYZ | 24.54 | 39.35 | 6.3 | - |
| YUV | 143.55 | 46.99 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 0 | 0.41 | 0 | 1 | 0.26 | 84.57 | 1 | 0.37 |
| Hex | 6F | BC | 0 | 29 | 0 | 64 | 1A | 55 | 64 | 25 |
| Octal | 157 | 274 | 0 | 51 | 0 | 144 | 32 | 125 | 144 | 45 |
| Binary | 1101111 | 10111100 | 0 | 101001 | 0 | 1100100 | 11010 | 1010101 | 1100100 | 100101 |
Color Harmonies of #6FBC00
Complementary color
Monochromatic Colors of #6FBC00
Black with #6FBC00
Text Example
Text Example
White with #6FBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC00; }
p { color: rgb(111,188,0); }
H1.HeaderClassName
{
color: #6FBC00;
}
.AnyTagClassName
{
color: #6FBC00;
}
</style>
background-color css
<style>
a { background-color: #6FBC00; }
a { background-color: rgb(111,188,0); }
div.DivClassName
{
background-color: #6FBC00;
}
.BgClassName
{
background-color: #6FBC00;
}
</style>
border-color css
<style>
span { border-color: #6FBC00; }
span { border-color: rgb(111,188,0); }
td.TdClassName
{
border-color: #6FBC00;
}
.TagClassName
{
border-color: #6FBC00;
}
</style>