Shades of Christi #6BC513
Tints of Christi #6BC513
RGB
CMYK
RGB Variations
Color information
#6BC513 (or 0x6BC513) is known color: Christi. HEX triplet: 6B, C5 and 13. RGB value is (107,197,19). Sum of RGB (Red+Green+Blue) = 107+197+19=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC513 is #943AEC. Grayscale: #969696. Windows color (decimal): -9714413 or 1295723. OLE color: 1295723.
HSL color Cylindrical-coordinate representation of color #6BC513: hue angle of 90.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BC513 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 19 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.23 |
| HSL | 90.34º | 0.82% | 0.42% | - |
| HSV(B) | 90.34º | 0.9% | 0.77% | - |
| XYZ | 26.15 | 43.11 | 7.56 | - |
| YUV | 149.8 | 54.18 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 19 | 0.46 | 0 | 0.90 | 0.23 | 90.34 | 0.82 | 0.42 |
| Hex | 6B | C5 | 13 | 2E | 0 | 5A | 17 | 5A | 52 | 2A |
| Octal | 153 | 305 | 23 | 56 | 0 | 132 | 27 | 132 | 122 | 52 |
| Binary | 1101011 | 11000101 | 10011 | 101110 | 0 | 1011010 | 10111 | 1011010 | 1010010 | 101010 |
Color Harmonies of #6BC513
Complementary color
Monochromatic Colors of #6BC513
Black with #6BC513
Text Example
Text Example
White with #6BC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC513; }
p { color: rgb(107,197,19); }
H1.HeaderClassName
{
color: #6BC513;
}
.AnyTagClassName
{
color: #6BC513;
}
</style>
background-color css
<style>
a { background-color: #6BC513; }
a { background-color: rgb(107,197,19); }
div.DivClassName
{
background-color: #6BC513;
}
.BgClassName
{
background-color: #6BC513;
}
</style>
border-color css
<style>
span { border-color: #6BC513; }
span { border-color: rgb(107,197,19); }
td.TdClassName
{
border-color: #6BC513;
}
.TagClassName
{
border-color: #6BC513;
}
</style>