Shades of Christi #6DB80E
Tints of Christi #6DB80E
RGB
CMYK
RGB Variations
Color information
#6DB80E (or 0x6DB80E) is known color: Christi. HEX triplet: 6D, B8 and 0E. RGB value is (109,184,14). Sum of RGB (Red+Green+Blue) = 109+184+14=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB80E is #9247F1. Grayscale: #8E8E8E. Windows color (decimal): -9586674 or 964717. OLE color: 964717.
HSL color Cylindrical-coordinate representation of color #6DB80E: hue angle of 86.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DB80E is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 14 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.28 |
| HSL | 86.47º | 0.86% | 0.39% | - |
| HSV(B) | 86.47º | 0.92% | 0.72% | - |
| XYZ | 23.53 | 37.56 | 6.43 | - |
| YUV | 142.2 | 55.65 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 14 | 0.41 | 0 | 0.92 | 0.28 | 86.47 | 0.86 | 0.39 |
| Hex | 6D | B8 | E | 29 | 0 | 5C | 1C | 56 | 56 | 27 |
| Octal | 155 | 270 | 16 | 51 | 0 | 134 | 34 | 126 | 126 | 47 |
| Binary | 1101101 | 10111000 | 1110 | 101001 | 0 | 1011100 | 11100 | 1010110 | 1010110 | 100111 |
Color Harmonies of #6DB80E
Complementary color
Monochromatic Colors of #6DB80E
Black with #6DB80E
Text Example
Text Example
White with #6DB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB80E; }
p { color: rgb(109,184,14); }
H1.HeaderClassName
{
color: #6DB80E;
}
.AnyTagClassName
{
color: #6DB80E;
}
</style>
background-color css
<style>
a { background-color: #6DB80E; }
a { background-color: rgb(109,184,14); }
div.DivClassName
{
background-color: #6DB80E;
}
.BgClassName
{
background-color: #6DB80E;
}
</style>
border-color css
<style>
span { border-color: #6DB80E; }
span { border-color: rgb(109,184,14); }
td.TdClassName
{
border-color: #6DB80E;
}
.TagClassName
{
border-color: #6DB80E;
}
</style>