Shades of Christi #6BC50D
Tints of Christi #6BC50D
RGB
CMYK
RGB Variations
Color information
#6BC50D (or 0x6BC50D) is known color: Christi. HEX triplet: 6B, C5 and 0D. RGB value is (107,197,13). Sum of RGB (Red+Green+Blue) = 107+197+13=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC50D is #943AF2. Grayscale: #959595. Windows color (decimal): -9714419 or 902507. OLE color: 902507.
HSL color Cylindrical-coordinate representation of color #6BC50D: hue angle of 89.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BC50D is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 13 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.23 |
| HSL | 89.35º | 0.88% | 0.41% | - |
| HSV(B) | 89.35º | 0.93% | 0.77% | - |
| XYZ | 26.1 | 43.09 | 7.32 | - |
| YUV | 149.11 | 51.18 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 13 | 0.46 | 0 | 0.93 | 0.23 | 89.35 | 0.88 | 0.41 |
| Hex | 6B | C5 | D | 2E | 0 | 5D | 17 | 59 | 58 | 29 |
| Octal | 153 | 305 | 15 | 56 | 0 | 135 | 27 | 131 | 130 | 51 |
| Binary | 1101011 | 11000101 | 1101 | 101110 | 0 | 1011101 | 10111 | 1011001 | 1011000 | 101001 |
Color Harmonies of #6BC50D
Complementary color
Monochromatic Colors of #6BC50D
Black with #6BC50D
Text Example
Text Example
White with #6BC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC50D; }
p { color: rgb(107,197,13); }
H1.HeaderClassName
{
color: #6BC50D;
}
.AnyTagClassName
{
color: #6BC50D;
}
</style>
background-color css
<style>
a { background-color: #6BC50D; }
a { background-color: rgb(107,197,13); }
div.DivClassName
{
background-color: #6BC50D;
}
.BgClassName
{
background-color: #6BC50D;
}
</style>
border-color css
<style>
span { border-color: #6BC50D; }
span { border-color: rgb(107,197,13); }
td.TdClassName
{
border-color: #6BC50D;
}
.TagClassName
{
border-color: #6BC50D;
}
</style>