Shades of Christi #6DBC26
Tints of Christi #6DBC26
RGB
CMYK
RGB Variations
Color information
#6DBC26 (or 0x6DBC26) is known color: Christi. HEX triplet: 6D, BC and 26. RGB value is (109,188,38). Sum of RGB (Red+Green+Blue) = 109+188+38=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBC26 is #9243D9. Grayscale: #939393. Windows color (decimal): -9585626 or 2538605. OLE color: 2538605.
HSL color Cylindrical-coordinate representation of color #6DBC26: hue angle of 91.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DBC26 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 38 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.26 |
| HSL | 91.6º | 0.66% | 0.44% | - |
| HSV(B) | 91.6º | 0.8% | 0.74% | - |
| XYZ | 24.64 | 39.36 | 8.13 | - |
| YUV | 147.28 | 66.33 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 38 | 0.42 | 0 | 0.80 | 0.26 | 91.6 | 0.66 | 0.44 |
| Hex | 6D | BC | 26 | 2A | 0 | 50 | 1A | 5C | 42 | 2C |
| Octal | 155 | 274 | 46 | 52 | 0 | 120 | 32 | 134 | 102 | 54 |
| Binary | 1101101 | 10111100 | 100110 | 101010 | 0 | 1010000 | 11010 | 1011100 | 1000010 | 101100 |
Color Harmonies of #6DBC26
Complementary color
Monochromatic Colors of #6DBC26
Black with #6DBC26
Text Example
Text Example
White with #6DBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC26; }
p { color: rgb(109,188,38); }
H1.HeaderClassName
{
color: #6DBC26;
}
.AnyTagClassName
{
color: #6DBC26;
}
</style>
background-color css
<style>
a { background-color: #6DBC26; }
a { background-color: rgb(109,188,38); }
div.DivClassName
{
background-color: #6DBC26;
}
.BgClassName
{
background-color: #6DBC26;
}
</style>
border-color css
<style>
span { border-color: #6DBC26; }
span { border-color: rgb(109,188,38); }
td.TdClassName
{
border-color: #6DBC26;
}
.TagClassName
{
border-color: #6DBC26;
}
</style>