Shades of Christi #6DBC12
Tints of Christi #6DBC12
RGB
CMYK
RGB Variations
Color information
#6DBC12 (or 0x6DBC12) is known color: Christi. HEX triplet: 6D, BC and 12. RGB value is (109,188,18). Sum of RGB (Red+Green+Blue) = 109+188+18=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBC12 is #9243ED. Grayscale: #919191. Windows color (decimal): -9585646 or 1227885. OLE color: 1227885.
HSL color Cylindrical-coordinate representation of color #6DBC12: hue angle of 87.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DBC12 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 18 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.26 |
| HSL | 87.88º | 0.83% | 0.4% | - |
| HSV(B) | 87.88º | 0.9% | 0.74% | - |
| XYZ | 24.4 | 39.26 | 6.86 | - |
| YUV | 145 | 56.33 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 18 | 0.42 | 0 | 0.90 | 0.26 | 87.88 | 0.83 | 0.4 |
| Hex | 6D | BC | 12 | 2A | 0 | 5A | 1A | 58 | 53 | 28 |
| Octal | 155 | 274 | 22 | 52 | 0 | 132 | 32 | 130 | 123 | 50 |
| Binary | 1101101 | 10111100 | 10010 | 101010 | 0 | 1011010 | 11010 | 1011000 | 1010011 | 101000 |
Color Harmonies of #6DBC12
Complementary color
Monochromatic Colors of #6DBC12
Black with #6DBC12
Text Example
Text Example
White with #6DBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC12; }
p { color: rgb(109,188,18); }
H1.HeaderClassName
{
color: #6DBC12;
}
.AnyTagClassName
{
color: #6DBC12;
}
</style>
background-color css
<style>
a { background-color: #6DBC12; }
a { background-color: rgb(109,188,18); }
div.DivClassName
{
background-color: #6DBC12;
}
.BgClassName
{
background-color: #6DBC12;
}
</style>
border-color css
<style>
span { border-color: #6DBC12; }
span { border-color: rgb(109,188,18); }
td.TdClassName
{
border-color: #6DBC12;
}
.TagClassName
{
border-color: #6DBC12;
}
</style>