Shades of Christi #6DC407
Tints of Christi #6DC407
RGB
CMYK
RGB Variations
Color information
#6DC407 (or 0x6DC407) is known color: Christi. HEX triplet: 6D, C4 and 07. RGB value is (109,196,7). Sum of RGB (Red+Green+Blue) = 109+196+7=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC407 is #923BF8. Grayscale: #959595. Windows color (decimal): -9583609 or 509037. OLE color: 509037.
HSL color Cylindrical-coordinate representation of color #6DC407: hue angle of 87.62º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DC407 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 196 | 7 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.23 |
| HSL | 87.62º | 0.93% | 0.4% | - |
| HSV(B) | 87.62º | 0.96% | 0.77% | - |
| XYZ | 26.08 | 42.75 | 7.08 | - |
| YUV | 148.44 | 48.18 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 196 | 7 | 0.44 | 0 | 0.96 | 0.23 | 87.62 | 0.93 | 0.4 |
| Hex | 6D | C4 | 7 | 2C | 0 | 60 | 17 | 58 | 5D | 28 |
| Octal | 155 | 304 | 7 | 54 | 0 | 140 | 27 | 130 | 135 | 50 |
| Binary | 1101101 | 11000100 | 111 | 101100 | 0 | 1100000 | 10111 | 1011000 | 1011101 | 101000 |
Color Harmonies of #6DC407
Complementary color
Monochromatic Colors of #6DC407
Black with #6DC407
Text Example
Text Example
White with #6DC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC407; }
p { color: rgb(109,196,7); }
H1.HeaderClassName
{
color: #6DC407;
}
.AnyTagClassName
{
color: #6DC407;
}
</style>
background-color css
<style>
a { background-color: #6DC407; }
a { background-color: rgb(109,196,7); }
div.DivClassName
{
background-color: #6DC407;
}
.BgClassName
{
background-color: #6DC407;
}
</style>
border-color css
<style>
span { border-color: #6DC407; }
span { border-color: rgb(109,196,7); }
td.TdClassName
{
border-color: #6DC407;
}
.TagClassName
{
border-color: #6DC407;
}
</style>