Shades of Christi #6FBC18
Tints of Christi #6FBC18
RGB
CMYK
RGB Variations
Color information
#6FBC18 (or 0x6FBC18) is known color: Christi. HEX triplet: 6F, BC and 18. RGB value is (111,188,24). Sum of RGB (Red+Green+Blue) = 111+188+24=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBC18 is #9043E7. Grayscale: #929292. Windows color (decimal): -9454568 or 1621103. OLE color: 1621103.
HSL color Cylindrical-coordinate representation of color #6FBC18: hue angle of 88.17º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6FBC18 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 24 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.26 |
| HSL | 88.17º | 0.77% | 0.42% | - |
| HSV(B) | 88.17º | 0.87% | 0.74% | - |
| XYZ | 24.7 | 39.41 | 7.17 | - |
| YUV | 146.28 | 58.99 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 24 | 0.41 | 0 | 0.87 | 0.26 | 88.17 | 0.77 | 0.42 |
| Hex | 6F | BC | 18 | 29 | 0 | 57 | 1A | 58 | 4D | 2A |
| Octal | 157 | 274 | 30 | 51 | 0 | 127 | 32 | 130 | 115 | 52 |
| Binary | 1101111 | 10111100 | 11000 | 101001 | 0 | 1010111 | 11010 | 1011000 | 1001101 | 101010 |
Color Harmonies of #6FBC18
Complementary color
Monochromatic Colors of #6FBC18
Black with #6FBC18
Text Example
Text Example
White with #6FBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC18; }
p { color: rgb(111,188,24); }
H1.HeaderClassName
{
color: #6FBC18;
}
.AnyTagClassName
{
color: #6FBC18;
}
</style>
background-color css
<style>
a { background-color: #6FBC18; }
a { background-color: rgb(111,188,24); }
div.DivClassName
{
background-color: #6FBC18;
}
.BgClassName
{
background-color: #6FBC18;
}
</style>
border-color css
<style>
span { border-color: #6FBC18; }
span { border-color: rgb(111,188,24); }
td.TdClassName
{
border-color: #6FBC18;
}
.TagClassName
{
border-color: #6FBC18;
}
</style>