Shades of Christi #6DC526
Tints of Christi #6DC526
RGB
CMYK
RGB Variations
Color information
#6DC526 (or 0x6DC526) is known color: Christi. HEX triplet: 6D, C5 and 26. RGB value is (109,197,38). Sum of RGB (Red+Green+Blue) = 109+197+38=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC526 is #923AD9. Grayscale: #999999. Windows color (decimal): -9583322 or 2540909. OLE color: 2540909.
HSL color Cylindrical-coordinate representation of color #6DC526: hue angle of 93.21º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6DC526 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 38 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.23 |
| HSL | 93.21º | 0.68% | 0.46% | - |
| HSV(B) | 93.21º | 0.81% | 0.77% | - |
| XYZ | 26.62 | 43.32 | 8.79 | - |
| YUV | 152.56 | 63.35 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 38 | 0.45 | 0 | 0.81 | 0.23 | 93.21 | 0.68 | 0.46 |
| Hex | 6D | C5 | 26 | 2D | 0 | 51 | 17 | 5D | 44 | 2E |
| Octal | 155 | 305 | 46 | 55 | 0 | 121 | 27 | 135 | 104 | 56 |
| Binary | 1101101 | 11000101 | 100110 | 101101 | 0 | 1010001 | 10111 | 1011101 | 1000100 | 101110 |
Color Harmonies of #6DC526
Complementary color
Monochromatic Colors of #6DC526
Black with #6DC526
Text Example
Text Example
White with #6DC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC526; }
p { color: rgb(109,197,38); }
H1.HeaderClassName
{
color: #6DC526;
}
.AnyTagClassName
{
color: #6DC526;
}
</style>
background-color css
<style>
a { background-color: #6DC526; }
a { background-color: rgb(109,197,38); }
div.DivClassName
{
background-color: #6DC526;
}
.BgClassName
{
background-color: #6DC526;
}
</style>
border-color css
<style>
span { border-color: #6DC526; }
span { border-color: rgb(109,197,38); }
td.TdClassName
{
border-color: #6DC526;
}
.TagClassName
{
border-color: #6DC526;
}
</style>