Shades of Christi #6BC321
Tints of Christi #6BC321
RGB
CMYK
RGB Variations
Color information
#6BC321 (or 0x6BC321) is known color: Christi. HEX triplet: 6B, C3 and 21. RGB value is (107,195,33). Sum of RGB (Red+Green+Blue) = 107+195+33=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC321 is #943CDE. Grayscale: #969696. Windows color (decimal): -9714911 or 2212715. OLE color: 2212715.
HSL color Cylindrical-coordinate representation of color #6BC321: hue angle of 92.59º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6BC321 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 195 | 33 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.24 |
| HSL | 92.59º | 0.71% | 0.45% | - |
| HSV(B) | 92.59º | 0.83% | 0.76% | - |
| XYZ | 25.85 | 42.27 | 8.23 | - |
| YUV | 150.22 | 61.85 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 195 | 33 | 0.45 | 0 | 0.83 | 0.24 | 92.59 | 0.71 | 0.45 |
| Hex | 6B | C3 | 21 | 2D | 0 | 53 | 18 | 5D | 47 | 2D |
| Octal | 153 | 303 | 41 | 55 | 0 | 123 | 30 | 135 | 107 | 55 |
| Binary | 1101011 | 11000011 | 100001 | 101101 | 0 | 1010011 | 11000 | 1011101 | 1000111 | 101101 |
Color Harmonies of #6BC321
Complementary color
Monochromatic Colors of #6BC321
Black with #6BC321
Text Example
Text Example
White with #6BC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC321; }
p { color: rgb(107,195,33); }
H1.HeaderClassName
{
color: #6BC321;
}
.AnyTagClassName
{
color: #6BC321;
}
</style>
background-color css
<style>
a { background-color: #6BC321; }
a { background-color: rgb(107,195,33); }
div.DivClassName
{
background-color: #6BC321;
}
.BgClassName
{
background-color: #6BC321;
}
</style>
border-color css
<style>
span { border-color: #6BC321; }
span { border-color: rgb(107,195,33); }
td.TdClassName
{
border-color: #6BC321;
}
.TagClassName
{
border-color: #6BC321;
}
</style>