Shades of Christi #6BC405
Tints of Christi #6BC405
RGB
CMYK
RGB Variations
Color information
#6BC405 (or 0x6BC405) is known color: Christi. HEX triplet: 6B, C4 and 05. RGB value is (107,196,5). Sum of RGB (Red+Green+Blue) = 107+196+5=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC405 is #943BFA. Grayscale: #949494. Windows color (decimal): -9714683 or 377963. OLE color: 377963.
HSL color Cylindrical-coordinate representation of color #6BC405: hue angle of 87.96º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6BC405 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 196 | 5 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.23 |
| HSL | 87.96º | 0.95% | 0.39% | - |
| HSV(B) | 87.96º | 0.97% | 0.77% | - |
| XYZ | 25.83 | 42.62 | 7.01 | - |
| YUV | 147.62 | 47.51 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 5 | 0.45 | 0 | 0.97 | 0.23 | 87.96 | 0.95 | 0.39 |
| Hex | 6B | C4 | 5 | 2D | 0 | 61 | 17 | 58 | 5F | 27 |
| Octal | 153 | 304 | 5 | 55 | 0 | 141 | 27 | 130 | 137 | 47 |
| Binary | 1101011 | 11000100 | 101 | 101101 | 0 | 1100001 | 10111 | 1011000 | 1011111 | 100111 |
Color Harmonies of #6BC405
Complementary color
Monochromatic Colors of #6BC405
Black with #6BC405
Text Example
Text Example
White with #6BC405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC405; }
p { color: rgb(107,196,5); }
H1.HeaderClassName
{
color: #6BC405;
}
.AnyTagClassName
{
color: #6BC405;
}
</style>
background-color css
<style>
a { background-color: #6BC405; }
a { background-color: rgb(107,196,5); }
div.DivClassName
{
background-color: #6BC405;
}
.BgClassName
{
background-color: #6BC405;
}
</style>
border-color css
<style>
span { border-color: #6BC405; }
span { border-color: rgb(107,196,5); }
td.TdClassName
{
border-color: #6BC405;
}
.TagClassName
{
border-color: #6BC405;
}
</style>