Shades of Christi #6DB205
Tints of Christi #6DB205
RGB
CMYK
RGB Variations
Color information
#6DB205 (or 0x6DB205) is known color: Christi. HEX triplet: 6D, B2 and 05. RGB value is (109,178,5). Sum of RGB (Red+Green+Blue) = 109+178+5=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 178 (69.92% from 255 or 60.96% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB205 is #924DFA. Grayscale: #8A8A8A. Windows color (decimal): -9588219 or 373357. OLE color: 373357.
HSL color Cylindrical-coordinate representation of color #6DB205: hue angle of 83.93º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DB205 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 178 | 5 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.30 |
| HSL | 83.93º | 0.95% | 0.36% | - |
| HSV(B) | 83.93º | 0.97% | 0.7% | - |
| XYZ | 22.25 | 35.1 | 5.75 | - |
| YUV | 137.65 | 53.14 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 5 | 0.39 | 0 | 0.97 | 0.30 | 83.93 | 0.95 | 0.36 |
| Hex | 6D | B2 | 5 | 27 | 0 | 61 | 1E | 54 | 5F | 24 |
| Octal | 155 | 262 | 5 | 47 | 0 | 141 | 36 | 124 | 137 | 44 |
| Binary | 1101101 | 10110010 | 101 | 100111 | 0 | 1100001 | 11110 | 1010100 | 1011111 | 100100 |
Color Harmonies of #6DB205
Complementary color
Monochromatic Colors of #6DB205
Black with #6DB205
Text Example
Text Example
White with #6DB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB205; }
p { color: rgb(109,178,5); }
H1.HeaderClassName
{
color: #6DB205;
}
.AnyTagClassName
{
color: #6DB205;
}
</style>
background-color css
<style>
a { background-color: #6DB205; }
a { background-color: rgb(109,178,5); }
div.DivClassName
{
background-color: #6DB205;
}
.BgClassName
{
background-color: #6DB205;
}
</style>
border-color css
<style>
span { border-color: #6DB205; }
span { border-color: rgb(109,178,5); }
td.TdClassName
{
border-color: #6DB205;
}
.TagClassName
{
border-color: #6DB205;
}
</style>