Shades of Christi #6DC80B
Tints of Christi #6DC80B
RGB
CMYK
RGB Variations
Color information
#6DC80B (or 0x6DC80B) is known color: Christi. HEX triplet: 6D, C8 and 0B. RGB value is (109,200,11). Sum of RGB (Red+Green+Blue) = 109+200+11=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC80B is #9237F4. Grayscale: #979797. Windows color (decimal): -9582581 or 772205. OLE color: 772205.
HSL color Cylindrical-coordinate representation of color #6DC80B: hue angle of 88.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DC80B is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 200 | 11 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.22 |
| HSL | 88.89º | 0.9% | 0.41% | - |
| HSV(B) | 88.89º | 0.95% | 0.78% | - |
| XYZ | 27.02 | 44.58 | 7.5 | - |
| YUV | 151.25 | 48.85 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 200 | 11 | 0.46 | 0 | 0.94 | 0.22 | 88.89 | 0.9 | 0.41 |
| Hex | 6D | C8 | B | 2E | 0 | 5E | 16 | 59 | 5A | 29 |
| Octal | 155 | 310 | 13 | 56 | 0 | 136 | 26 | 131 | 132 | 51 |
| Binary | 1101101 | 11001000 | 1011 | 101110 | 0 | 1011110 | 10110 | 1011001 | 1011010 | 101001 |
Color Harmonies of #6DC80B
Complementary color
Monochromatic Colors of #6DC80B
Black with #6DC80B
Text Example
Text Example
White with #6DC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC80B; }
p { color: rgb(109,200,11); }
H1.HeaderClassName
{
color: #6DC80B;
}
.AnyTagClassName
{
color: #6DC80B;
}
</style>
background-color css
<style>
a { background-color: #6DC80B; }
a { background-color: rgb(109,200,11); }
div.DivClassName
{
background-color: #6DC80B;
}
.BgClassName
{
background-color: #6DC80B;
}
</style>
border-color css
<style>
span { border-color: #6DC80B; }
span { border-color: rgb(109,200,11); }
td.TdClassName
{
border-color: #6DC80B;
}
.TagClassName
{
border-color: #6DC80B;
}
</style>