Shades of Christi #6DC520
Tints of Christi #6DC520
RGB
CMYK
RGB Variations
Color information
#6DC520 (or 0x6DC520) is known color: Christi. HEX triplet: 6D, C5 and 20. RGB value is (109,197,32). Sum of RGB (Red+Green+Blue) = 109+197+32=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC520 is #923ADF. Grayscale: #989898. Windows color (decimal): -9583328 or 2147693. OLE color: 2147693.
HSL color Cylindrical-coordinate representation of color #6DC520: hue angle of 92º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6DC520 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 32 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.23 |
| HSL | 92º | 0.72% | 0.45% | - |
| HSV(B) | 92º | 0.84% | 0.77% | - |
| XYZ | 26.53 | 43.29 | 8.32 | - |
| YUV | 151.88 | 60.35 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 32 | 0.45 | 0 | 0.84 | 0.23 | 92 | 0.72 | 0.45 |
| Hex | 6D | C5 | 20 | 2D | 0 | 54 | 17 | 5C | 48 | 2D |
| Octal | 155 | 305 | 40 | 55 | 0 | 124 | 27 | 134 | 110 | 55 |
| Binary | 1101101 | 11000101 | 100000 | 101101 | 0 | 1010100 | 10111 | 1011100 | 1001000 | 101101 |
Color Harmonies of #6DC520
Complementary color
Monochromatic Colors of #6DC520
Black with #6DC520
Text Example
Text Example
White with #6DC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC520; }
p { color: rgb(109,197,32); }
H1.HeaderClassName
{
color: #6DC520;
}
.AnyTagClassName
{
color: #6DC520;
}
</style>
background-color css
<style>
a { background-color: #6DC520; }
a { background-color: rgb(109,197,32); }
div.DivClassName
{
background-color: #6DC520;
}
.BgClassName
{
background-color: #6DC520;
}
</style>
border-color css
<style>
span { border-color: #6DC520; }
span { border-color: rgb(109,197,32); }
td.TdClassName
{
border-color: #6DC520;
}
.TagClassName
{
border-color: #6DC520;
}
</style>