Shades of Christi #6DCD12
Tints of Christi #6DCD12
RGB
CMYK
RGB Variations
Color information
#6DCD12 (or 0x6DCD12) is known color: Christi. HEX triplet: 6D, CD and 12. RGB value is (109,205,18). Sum of RGB (Red+Green+Blue) = 109+205+18=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCD12 is #9232ED. Grayscale: #9B9B9B. Windows color (decimal): -9581294 or 1232237. OLE color: 1232237.
HSL color Cylindrical-coordinate representation of color #6DCD12: hue angle of 90.8º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DCD12 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 18 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.20 |
| HSL | 90.8º | 0.84% | 0.44% | - |
| HSV(B) | 90.8º | 0.91% | 0.8% | - |
| XYZ | 28.25 | 46.96 | 8.15 | - |
| YUV | 154.98 | 50.7 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 18 | 0.47 | 0 | 0.91 | 0.20 | 90.8 | 0.84 | 0.44 |
| Hex | 6D | CD | 12 | 2F | 0 | 5B | 14 | 5B | 54 | 2C |
| Octal | 155 | 315 | 22 | 57 | 0 | 133 | 24 | 133 | 124 | 54 |
| Binary | 1101101 | 11001101 | 10010 | 101111 | 0 | 1011011 | 10100 | 1011011 | 1010100 | 101100 |
Color Harmonies of #6DCD12
Complementary color
Monochromatic Colors of #6DCD12
Black with #6DCD12
Text Example
Text Example
White with #6DCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD12; }
p { color: rgb(109,205,18); }
H1.HeaderClassName
{
color: #6DCD12;
}
.AnyTagClassName
{
color: #6DCD12;
}
</style>
background-color css
<style>
a { background-color: #6DCD12; }
a { background-color: rgb(109,205,18); }
div.DivClassName
{
background-color: #6DCD12;
}
.BgClassName
{
background-color: #6DCD12;
}
</style>
border-color css
<style>
span { border-color: #6DCD12; }
span { border-color: rgb(109,205,18); }
td.TdClassName
{
border-color: #6DCD12;
}
.TagClassName
{
border-color: #6DCD12;
}
</style>