Shades of Christi #6DC524
Tints of Christi #6DC524
RGB
CMYK
RGB Variations
Color information
#6DC524 (or 0x6DC524) is known color: Christi. HEX triplet: 6D, C5 and 24. RGB value is (109,197,36). Sum of RGB (Red+Green+Blue) = 109+197+36=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC524 is #923ADB. Grayscale: #989898. Windows color (decimal): -9583324 or 2409837. OLE color: 2409837.
HSL color Cylindrical-coordinate representation of color #6DC524: hue angle of 92.8º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6DC524 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 36 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.23 |
| HSL | 92.8º | 0.69% | 0.46% | - |
| HSV(B) | 92.8º | 0.82% | 0.77% | - |
| XYZ | 26.59 | 43.31 | 8.63 | - |
| YUV | 152.33 | 62.35 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 36 | 0.45 | 0 | 0.82 | 0.23 | 92.8 | 0.69 | 0.46 |
| Hex | 6D | C5 | 24 | 2D | 0 | 52 | 17 | 5D | 45 | 2E |
| Octal | 155 | 305 | 44 | 55 | 0 | 122 | 27 | 135 | 105 | 56 |
| Binary | 1101101 | 11000101 | 100100 | 101101 | 0 | 1010010 | 10111 | 1011101 | 1000101 | 101110 |
Color Harmonies of #6DC524
Complementary color
Monochromatic Colors of #6DC524
Black with #6DC524
Text Example
Text Example
White with #6DC524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC524; }
p { color: rgb(109,197,36); }
H1.HeaderClassName
{
color: #6DC524;
}
.AnyTagClassName
{
color: #6DC524;
}
</style>
background-color css
<style>
a { background-color: #6DC524; }
a { background-color: rgb(109,197,36); }
div.DivClassName
{
background-color: #6DC524;
}
.BgClassName
{
background-color: #6DC524;
}
</style>
border-color css
<style>
span { border-color: #6DC524; }
span { border-color: rgb(109,197,36); }
td.TdClassName
{
border-color: #6DC524;
}
.TagClassName
{
border-color: #6DC524;
}
</style>