Shades of Christi #6FBC15
Tints of Christi #6FBC15
RGB
CMYK
RGB Variations
Color information
#6FBC15 (or 0x6FBC15) is known color: Christi. HEX triplet: 6F, BC and 15. RGB value is (111,188,21). Sum of RGB (Red+Green+Blue) = 111+188+21=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBC15 is #9043EA. Grayscale: #929292. Windows color (decimal): -9454571 or 1424495. OLE color: 1424495.
HSL color Cylindrical-coordinate representation of color #6FBC15: hue angle of 87.66º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FBC15 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 21 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.26 |
| HSL | 87.66º | 0.8% | 0.41% | - |
| HSV(B) | 87.66º | 0.89% | 0.74% | - |
| XYZ | 24.67 | 39.4 | 7.01 | - |
| YUV | 145.94 | 57.49 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 21 | 0.41 | 0 | 0.89 | 0.26 | 87.66 | 0.8 | 0.41 |
| Hex | 6F | BC | 15 | 29 | 0 | 59 | 1A | 58 | 50 | 29 |
| Octal | 157 | 274 | 25 | 51 | 0 | 131 | 32 | 130 | 120 | 51 |
| Binary | 1101111 | 10111100 | 10101 | 101001 | 0 | 1011001 | 11010 | 1011000 | 1010000 | 101001 |
Color Harmonies of #6FBC15
Complementary color
Monochromatic Colors of #6FBC15
Black with #6FBC15
Text Example
Text Example
White with #6FBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC15; }
p { color: rgb(111,188,21); }
H1.HeaderClassName
{
color: #6FBC15;
}
.AnyTagClassName
{
color: #6FBC15;
}
</style>
background-color css
<style>
a { background-color: #6FBC15; }
a { background-color: rgb(111,188,21); }
div.DivClassName
{
background-color: #6FBC15;
}
.BgClassName
{
background-color: #6FBC15;
}
</style>
border-color css
<style>
span { border-color: #6FBC15; }
span { border-color: rgb(111,188,21); }
td.TdClassName
{
border-color: #6FBC15;
}
.TagClassName
{
border-color: #6FBC15;
}
</style>