Shades of Christi #6DC508
Tints of Christi #6DC508
RGB
CMYK
RGB Variations
Color information
#6DC508 (or 0x6DC508) is known color: Christi. HEX triplet: 6D, C5 and 08. RGB value is (109,197,8). Sum of RGB (Red+Green+Blue) = 109+197+8=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC508 is #923AF7. Grayscale: #959595. Windows color (decimal): -9583352 or 574829. OLE color: 574829.
HSL color Cylindrical-coordinate representation of color #6DC508: hue angle of 87.94º degrees, saturation: 0.92, 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 #6DC508 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.23 |
| HSL | 87.94º | 0.92% | 0.4% | - |
| HSV(B) | 87.94º | 0.96% | 0.77% | - |
| XYZ | 26.32 | 43.2 | 7.18 | - |
| YUV | 149.14 | 48.35 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 8 | 0.45 | 0 | 0.96 | 0.23 | 87.94 | 0.92 | 0.4 |
| Hex | 6D | C5 | 8 | 2D | 0 | 60 | 17 | 58 | 5C | 28 |
| Octal | 155 | 305 | 10 | 55 | 0 | 140 | 27 | 130 | 134 | 50 |
| Binary | 1101101 | 11000101 | 1000 | 101101 | 0 | 1100000 | 10111 | 1011000 | 1011100 | 101000 |
Color Harmonies of #6DC508
Complementary color
Monochromatic Colors of #6DC508
Black with #6DC508
Text Example
Text Example
White with #6DC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC508; }
p { color: rgb(109,197,8); }
H1.HeaderClassName
{
color: #6DC508;
}
.AnyTagClassName
{
color: #6DC508;
}
</style>
background-color css
<style>
a { background-color: #6DC508; }
a { background-color: rgb(109,197,8); }
div.DivClassName
{
background-color: #6DC508;
}
.BgClassName
{
background-color: #6DC508;
}
</style>
border-color css
<style>
span { border-color: #6DC508; }
span { border-color: rgb(109,197,8); }
td.TdClassName
{
border-color: #6DC508;
}
.TagClassName
{
border-color: #6DC508;
}
</style>