Shades of Christi #6BC121
Tints of Christi #6BC121
RGB
CMYK
RGB Variations
Color information
#6BC121 (or 0x6BC121) is known color: Christi. HEX triplet: 6B, C1 and 21. RGB value is (107,193,33). Sum of RGB (Red+Green+Blue) = 107+193+33=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC121 is #943EDE. Grayscale: #959595. Windows color (decimal): -9715423 or 2212203. OLE color: 2212203.
HSL color Cylindrical-coordinate representation of color #6BC121: hue angle of 92.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6BC121 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 193 | 33 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.24 |
| HSL | 92.25º | 0.71% | 0.44% | - |
| HSV(B) | 92.25º | 0.83% | 0.76% | - |
| XYZ | 25.41 | 41.38 | 8.09 | - |
| YUV | 149.05 | 62.51 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 33 | 0.45 | 0 | 0.83 | 0.24 | 92.25 | 0.71 | 0.44 |
| Hex | 6B | C1 | 21 | 2D | 0 | 53 | 18 | 5C | 47 | 2C |
| Octal | 153 | 301 | 41 | 55 | 0 | 123 | 30 | 134 | 107 | 54 |
| Binary | 1101011 | 11000001 | 100001 | 101101 | 0 | 1010011 | 11000 | 1011100 | 1000111 | 101100 |
Color Harmonies of #6BC121
Complementary color
Monochromatic Colors of #6BC121
Black with #6BC121
Text Example
Text Example
White with #6BC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC121; }
p { color: rgb(107,193,33); }
H1.HeaderClassName
{
color: #6BC121;
}
.AnyTagClassName
{
color: #6BC121;
}
</style>
background-color css
<style>
a { background-color: #6BC121; }
a { background-color: rgb(107,193,33); }
div.DivClassName
{
background-color: #6BC121;
}
.BgClassName
{
background-color: #6BC121;
}
</style>
border-color css
<style>
span { border-color: #6BC121; }
span { border-color: rgb(107,193,33); }
td.TdClassName
{
border-color: #6BC121;
}
.TagClassName
{
border-color: #6BC121;
}
</style>