Shades of Christi #6FBC05
Tints of Christi #6FBC05
RGB
CMYK
RGB Variations
Color information
#6FBC05 (or 0x6FBC05) is known color: Christi. HEX triplet: 6F, BC and 05. RGB value is (111,188,5). Sum of RGB (Red+Green+Blue) = 111+188+5=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBC05 is #9043FA. Grayscale: #909090. Windows color (decimal): -9454587 or 375919. OLE color: 375919.
HSL color Cylindrical-coordinate representation of color #6FBC05: hue angle of 85.25º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FBC05 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 5 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.26 |
| HSL | 85.25º | 0.95% | 0.38% | - |
| HSV(B) | 85.25º | 0.97% | 0.74% | - |
| XYZ | 24.57 | 39.36 | 6.45 | - |
| YUV | 144.12 | 49.49 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 5 | 0.41 | 0 | 0.97 | 0.26 | 85.25 | 0.95 | 0.38 |
| Hex | 6F | BC | 5 | 29 | 0 | 61 | 1A | 55 | 5F | 26 |
| Octal | 157 | 274 | 5 | 51 | 0 | 141 | 32 | 125 | 137 | 46 |
| Binary | 1101111 | 10111100 | 101 | 101001 | 0 | 1100001 | 11010 | 1010101 | 1011111 | 100110 |
Color Harmonies of #6FBC05
Complementary color
Monochromatic Colors of #6FBC05
Black with #6FBC05
Text Example
Text Example
White with #6FBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC05; }
p { color: rgb(111,188,5); }
H1.HeaderClassName
{
color: #6FBC05;
}
.AnyTagClassName
{
color: #6FBC05;
}
</style>
background-color css
<style>
a { background-color: #6FBC05; }
a { background-color: rgb(111,188,5); }
div.DivClassName
{
background-color: #6FBC05;
}
.BgClassName
{
background-color: #6FBC05;
}
</style>
border-color css
<style>
span { border-color: #6FBC05; }
span { border-color: rgb(111,188,5); }
td.TdClassName
{
border-color: #6FBC05;
}
.TagClassName
{
border-color: #6FBC05;
}
</style>