Shades of Christi #6DC321
Tints of Christi #6DC321
RGB
CMYK
RGB Variations
Color information
#6DC321 (or 0x6DC321) is known color: Christi. HEX triplet: 6D, C3 and 21. RGB value is (109,195,33). Sum of RGB (Red+Green+Blue) = 109+195+33=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC321 is #923CDE. Grayscale: #979797. Windows color (decimal): -9583839 or 2212717. OLE color: 2212717.
HSL color Cylindrical-coordinate representation of color #6DC321: hue angle of 91.85º 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 #6DC321 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 195 | 33 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.24 |
| HSL | 91.85º | 0.71% | 0.45% | - |
| HSV(B) | 91.85º | 0.83% | 0.76% | - |
| XYZ | 26.1 | 42.39 | 8.25 | - |
| YUV | 150.82 | 61.51 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 33 | 0.44 | 0 | 0.83 | 0.24 | 91.85 | 0.71 | 0.45 |
| Hex | 6D | C3 | 21 | 2C | 0 | 53 | 18 | 5C | 47 | 2D |
| Octal | 155 | 303 | 41 | 54 | 0 | 123 | 30 | 134 | 107 | 55 |
| Binary | 1101101 | 11000011 | 100001 | 101100 | 0 | 1010011 | 11000 | 1011100 | 1000111 | 101101 |
Color Harmonies of #6DC321
Complementary color
Monochromatic Colors of #6DC321
Black with #6DC321
Text Example
Text Example
White with #6DC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC321; }
p { color: rgb(109,195,33); }
H1.HeaderClassName
{
color: #6DC321;
}
.AnyTagClassName
{
color: #6DC321;
}
</style>
background-color css
<style>
a { background-color: #6DC321; }
a { background-color: rgb(109,195,33); }
div.DivClassName
{
background-color: #6DC321;
}
.BgClassName
{
background-color: #6DC321;
}
</style>
border-color css
<style>
span { border-color: #6DC321; }
span { border-color: rgb(109,195,33); }
td.TdClassName
{
border-color: #6DC321;
}
.TagClassName
{
border-color: #6DC321;
}
</style>