Shades of Christi #6DB41C
Tints of Christi #6DB41C
RGB
CMYK
RGB Variations
Color information
#6DB41C (or 0x6DB41C) is known color: Christi. HEX triplet: 6D, B4 and 1C. RGB value is (109,180,28). Sum of RGB (Red+Green+Blue) = 109+180+28=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB41C is #924BE3. Grayscale: #8D8D8D. Windows color (decimal): -9587684 or 1881197. OLE color: 1881197.
HSL color Cylindrical-coordinate representation of color #6DB41C: hue angle of 88.03º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6DB41C is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 28 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.29 |
| HSL | 88.03º | 0.73% | 0.41% | - |
| HSV(B) | 88.03º | 0.84% | 0.71% | - |
| XYZ | 22.84 | 35.98 | 6.84 | - |
| YUV | 141.44 | 63.98 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 28 | 0.39 | 0 | 0.84 | 0.29 | 88.03 | 0.73 | 0.41 |
| Hex | 6D | B4 | 1C | 27 | 0 | 54 | 1D | 58 | 49 | 29 |
| Octal | 155 | 264 | 34 | 47 | 0 | 124 | 35 | 130 | 111 | 51 |
| Binary | 1101101 | 10110100 | 11100 | 100111 | 0 | 1010100 | 11101 | 1011000 | 1001001 | 101001 |
Color Harmonies of #6DB41C
Complementary color
Monochromatic Colors of #6DB41C
Black with #6DB41C
Text Example
Text Example
White with #6DB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB41C; }
p { color: rgb(109,180,28); }
H1.HeaderClassName
{
color: #6DB41C;
}
.AnyTagClassName
{
color: #6DB41C;
}
</style>
background-color css
<style>
a { background-color: #6DB41C; }
a { background-color: rgb(109,180,28); }
div.DivClassName
{
background-color: #6DB41C;
}
.BgClassName
{
background-color: #6DB41C;
}
</style>
border-color css
<style>
span { border-color: #6DB41C; }
span { border-color: rgb(109,180,28); }
td.TdClassName
{
border-color: #6DB41C;
}
.TagClassName
{
border-color: #6DB41C;
}
</style>