Shades of Christi #6DC127
Tints of Christi #6DC127
RGB
CMYK
RGB Variations
Color information
#6DC127 (or 0x6DC127) is known color: Christi. HEX triplet: 6D, C1 and 27. RGB value is (109,193,39). Sum of RGB (Red+Green+Blue) = 109+193+39=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC127 is #923ED8. Grayscale: #969696. Windows color (decimal): -9584345 or 2605421. OLE color: 2605421.
HSL color Cylindrical-coordinate representation of color #6DC127: hue angle of 92.73º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DC127 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 39 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.24 |
| HSL | 92.73º | 0.66% | 0.45% | - |
| HSV(B) | 92.73º | 0.8% | 0.76% | - |
| XYZ | 25.74 | 41.54 | 8.58 | - |
| YUV | 150.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 39 | 0.44 | 0 | 0.80 | 0.24 | 92.73 | 0.66 | 0.45 |
| Hex | 6D | C1 | 27 | 2C | 0 | 50 | 18 | 5D | 42 | 2D |
| Octal | 155 | 301 | 47 | 54 | 0 | 120 | 30 | 135 | 102 | 55 |
| Binary | 1101101 | 11000001 | 100111 | 101100 | 0 | 1010000 | 11000 | 1011101 | 1000010 | 101101 |
Color Harmonies of #6DC127
Complementary color
Monochromatic Colors of #6DC127
Black with #6DC127
Text Example
Text Example
White with #6DC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC127; }
p { color: rgb(109,193,39); }
H1.HeaderClassName
{
color: #6DC127;
}
.AnyTagClassName
{
color: #6DC127;
}
</style>
background-color css
<style>
a { background-color: #6DC127; }
a { background-color: rgb(109,193,39); }
div.DivClassName
{
background-color: #6DC127;
}
.BgClassName
{
background-color: #6DC127;
}
</style>
border-color css
<style>
span { border-color: #6DC127; }
span { border-color: rgb(109,193,39); }
td.TdClassName
{
border-color: #6DC127;
}
.TagClassName
{
border-color: #6DC127;
}
</style>