Shades of Christi #6DC523
Tints of Christi #6DC523
RGB
CMYK
RGB Variations
Color information
#6DC523 (or 0x6DC523) is known color: Christi. HEX triplet: 6D, C5 and 23. RGB value is (109,197,35). Sum of RGB (Red+Green+Blue) = 109+197+35=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC523 is #923ADC. Grayscale: #989898. Windows color (decimal): -9583325 or 2344301. OLE color: 2344301.
HSL color Cylindrical-coordinate representation of color #6DC523: hue angle of 92.59º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6DC523 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 35 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.23 |
| HSL | 92.59º | 0.7% | 0.45% | - |
| HSV(B) | 92.59º | 0.82% | 0.77% | - |
| XYZ | 26.58 | 43.31 | 8.55 | - |
| YUV | 152.22 | 61.85 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 35 | 0.45 | 0 | 0.82 | 0.23 | 92.59 | 0.7 | 0.45 |
| Hex | 6D | C5 | 23 | 2D | 0 | 52 | 17 | 5D | 46 | 2D |
| Octal | 155 | 305 | 43 | 55 | 0 | 122 | 27 | 135 | 106 | 55 |
| Binary | 1101101 | 11000101 | 100011 | 101101 | 0 | 1010010 | 10111 | 1011101 | 1000110 | 101101 |
Color Harmonies of #6DC523
Complementary color
Monochromatic Colors of #6DC523
Black with #6DC523
Text Example
Text Example
White with #6DC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC523; }
p { color: rgb(109,197,35); }
H1.HeaderClassName
{
color: #6DC523;
}
.AnyTagClassName
{
color: #6DC523;
}
</style>
background-color css
<style>
a { background-color: #6DC523; }
a { background-color: rgb(109,197,35); }
div.DivClassName
{
background-color: #6DC523;
}
.BgClassName
{
background-color: #6DC523;
}
</style>
border-color css
<style>
span { border-color: #6DC523; }
span { border-color: rgb(109,197,35); }
td.TdClassName
{
border-color: #6DC523;
}
.TagClassName
{
border-color: #6DC523;
}
</style>