Shades of Christi #6CBC00
Tints of Christi #6CBC00
RGB
CMYK
RGB Variations
Color information
#6CBC00 (or 0x6CBC00) is known color: Christi. HEX triplet: 6C, BC and 00. RGB value is (108,188,0). Sum of RGB (Red+Green+Blue) = 108+188+0=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBC00 is #9343FF. Grayscale: #8F8F8F. Windows color (decimal): -9651200 or 48236. OLE color: 48236.
HSL color Cylindrical-coordinate representation of color #6CBC00: hue angle of 85.53º 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 #6CBC00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.26 |
| HSL | 85.53º | 1% | 0.37% | - |
| HSV(B) | 85.53º | 1% | 0.74% | - |
| XYZ | 24.17 | 39.15 | 6.28 | - |
| YUV | 142.65 | 47.5 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 0 | 0.43 | 0 | 1 | 0.26 | 85.53 | 1 | 0.37 |
| Hex | 6C | BC | 0 | 2B | 0 | 64 | 1A | 56 | 64 | 25 |
| Octal | 154 | 274 | 0 | 53 | 0 | 144 | 32 | 126 | 144 | 45 |
| Binary | 1101100 | 10111100 | 0 | 101011 | 0 | 1100100 | 11010 | 1010110 | 1100100 | 100101 |
Color Harmonies of #6CBC00
Complementary color
Monochromatic Colors of #6CBC00
Black with #6CBC00
Text Example
Text Example
White with #6CBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC00; }
p { color: rgb(108,188,0); }
H1.HeaderClassName
{
color: #6CBC00;
}
.AnyTagClassName
{
color: #6CBC00;
}
</style>
background-color css
<style>
a { background-color: #6CBC00; }
a { background-color: rgb(108,188,0); }
div.DivClassName
{
background-color: #6CBC00;
}
.BgClassName
{
background-color: #6CBC00;
}
</style>
border-color css
<style>
span { border-color: #6CBC00; }
span { border-color: rgb(108,188,0); }
td.TdClassName
{
border-color: #6CBC00;
}
.TagClassName
{
border-color: #6CBC00;
}
</style>