Shades of Christi #6DB80C
Tints of Christi #6DB80C
RGB
CMYK
RGB Variations
Color information
#6DB80C (or 0x6DB80C) is known color: Christi. HEX triplet: 6D, B8 and 0C. RGB value is (109,184,12). Sum of RGB (Red+Green+Blue) = 109+184+12=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 184 (72.27% from 255 or 60.33% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB80C is #9247F3. Grayscale: #8E8E8E. Windows color (decimal): -9586676 or 833645. OLE color: 833645.
HSL color Cylindrical-coordinate representation of color #6DB80C: hue angle of 86.16º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DB80C is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 12 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.28 |
| HSL | 86.16º | 0.88% | 0.38% | - |
| HSV(B) | 86.16º | 0.93% | 0.72% | - |
| XYZ | 23.51 | 37.56 | 6.36 | - |
| YUV | 141.97 | 54.65 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 12 | 0.41 | 0 | 0.93 | 0.28 | 86.16 | 0.88 | 0.38 |
| Hex | 6D | B8 | C | 29 | 0 | 5D | 1C | 56 | 58 | 26 |
| Octal | 155 | 270 | 14 | 51 | 0 | 135 | 34 | 126 | 130 | 46 |
| Binary | 1101101 | 10111000 | 1100 | 101001 | 0 | 1011101 | 11100 | 1010110 | 1011000 | 100110 |
Color Harmonies of #6DB80C
Complementary color
Monochromatic Colors of #6DB80C
Black with #6DB80C
Text Example
Text Example
White with #6DB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB80C; }
p { color: rgb(109,184,12); }
H1.HeaderClassName
{
color: #6DB80C;
}
.AnyTagClassName
{
color: #6DB80C;
}
</style>
background-color css
<style>
a { background-color: #6DB80C; }
a { background-color: rgb(109,184,12); }
div.DivClassName
{
background-color: #6DB80C;
}
.BgClassName
{
background-color: #6DB80C;
}
</style>
border-color css
<style>
span { border-color: #6DB80C; }
span { border-color: rgb(109,184,12); }
td.TdClassName
{
border-color: #6DB80C;
}
.TagClassName
{
border-color: #6DB80C;
}
</style>