Shades of Christi #6DC61C
Tints of Christi #6DC61C
RGB
CMYK
RGB Variations
Color information
#6DC61C (or 0x6DC61C) is known color: Christi. HEX triplet: 6D, C6 and 1C. RGB value is (109,198,28). Sum of RGB (Red+Green+Blue) = 109+198+28=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #6DC61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC61C is #9239E3. Grayscale: #989898. Windows color (decimal): -9583076 or 1885805. OLE color: 1885805.
HSL color Cylindrical-coordinate representation of color #6DC61C: hue angle of 91.41º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6DC61C is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 198 | 28 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.22 |
| HSL | 91.41º | 0.75% | 0.44% | - |
| HSV(B) | 91.41º | 0.86% | 0.78% | - |
| XYZ | 26.71 | 43.72 | 8.13 | - |
| YUV | 152.01 | 58.01 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 198 | 28 | 0.45 | 0 | 0.86 | 0.22 | 91.41 | 0.75 | 0.44 |
| Hex | 6D | C6 | 1C | 2D | 0 | 56 | 16 | 5B | 4B | 2C |
| Octal | 155 | 306 | 34 | 55 | 0 | 126 | 26 | 133 | 113 | 54 |
| Binary | 1101101 | 11000110 | 11100 | 101101 | 0 | 1010110 | 10110 | 1011011 | 1001011 | 101100 |
Color Harmonies of #6DC61C
Complementary color
Monochromatic Colors of #6DC61C
Black with #6DC61C
Text Example
Text Example
White with #6DC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC61C; }
p { color: rgb(109,198,28); }
H1.HeaderClassName
{
color: #6DC61C;
}
.AnyTagClassName
{
color: #6DC61C;
}
</style>
background-color css
<style>
a { background-color: #6DC61C; }
a { background-color: rgb(109,198,28); }
div.DivClassName
{
background-color: #6DC61C;
}
.BgClassName
{
background-color: #6DC61C;
}
</style>
border-color css
<style>
span { border-color: #6DC61C; }
span { border-color: rgb(109,198,28); }
td.TdClassName
{
border-color: #6DC61C;
}
.TagClassName
{
border-color: #6DC61C;
}
</style>