Shades of Christi #6DCD05
Tints of Christi #6DCD05
RGB
CMYK
RGB Variations
Color information
#6DCD05 (or 0x6DCD05) is known color: Christi. HEX triplet: 6D, CD and 05. RGB value is (109,205,5). Sum of RGB (Red+Green+Blue) = 109+205+5=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 205 (80.47% from 255 or 64.26% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCD05 is #9232FA. Grayscale: #9A9A9A. Windows color (decimal): -9581307 or 380269. OLE color: 380269.
HSL color Cylindrical-coordinate representation of color #6DCD05: hue angle of 88.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6DCD05 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 5 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.20 |
| HSL | 88.8º | 0.95% | 0.41% | - |
| HSV(B) | 88.8º | 0.98% | 0.8% | - |
| XYZ | 28.17 | 46.92 | 7.72 | - |
| YUV | 153.5 | 44.2 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 5 | 0.47 | 0 | 0.98 | 0.20 | 88.8 | 0.95 | 0.41 |
| Hex | 6D | CD | 5 | 2F | 0 | 62 | 14 | 59 | 5F | 29 |
| Octal | 155 | 315 | 5 | 57 | 0 | 142 | 24 | 131 | 137 | 51 |
| Binary | 1101101 | 11001101 | 101 | 101111 | 0 | 1100010 | 10100 | 1011001 | 1011111 | 101001 |
Color Harmonies of #6DCD05
Complementary color
Monochromatic Colors of #6DCD05
Black with #6DCD05
Text Example
Text Example
White with #6DCD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD05; }
p { color: rgb(109,205,5); }
H1.HeaderClassName
{
color: #6DCD05;
}
.AnyTagClassName
{
color: #6DCD05;
}
</style>
background-color css
<style>
a { background-color: #6DCD05; }
a { background-color: rgb(109,205,5); }
div.DivClassName
{
background-color: #6DCD05;
}
.BgClassName
{
background-color: #6DCD05;
}
</style>
border-color css
<style>
span { border-color: #6DCD05; }
span { border-color: rgb(109,205,5); }
td.TdClassName
{
border-color: #6DCD05;
}
.TagClassName
{
border-color: #6DCD05;
}
</style>