Shades of Christi #6DC515
Tints of Christi #6DC515
RGB
CMYK
RGB Variations
Color information
#6DC515 (or 0x6DC515) is known color: Christi. HEX triplet: 6D, C5 and 15. RGB value is (109,197,21). Sum of RGB (Red+Green+Blue) = 109+197+21=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC515 is #923AEA. Grayscale: #979797. Windows color (decimal): -9583339 or 1426797. OLE color: 1426797.
HSL color Cylindrical-coordinate representation of color #6DC515: hue angle of 90º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DC515 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 21 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.23 |
| HSL | 90º | 0.81% | 0.43% | - |
| HSV(B) | 90º | 0.89% | 0.77% | - |
| XYZ | 26.41 | 43.24 | 7.66 | - |
| YUV | 150.62 | 54.85 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 21 | 0.45 | 0 | 0.89 | 0.23 | 90 | 0.81 | 0.43 |
| Hex | 6D | C5 | 15 | 2D | 0 | 59 | 17 | 5A | 51 | 2B |
| Octal | 155 | 305 | 25 | 55 | 0 | 131 | 27 | 132 | 121 | 53 |
| Binary | 1101101 | 11000101 | 10101 | 101101 | 0 | 1011001 | 10111 | 1011010 | 1010001 | 101011 |
Color Harmonies of #6DC515
Complementary color
Monochromatic Colors of #6DC515
Black with #6DC515
Text Example
Text Example
White with #6DC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC515; }
p { color: rgb(109,197,21); }
H1.HeaderClassName
{
color: #6DC515;
}
.AnyTagClassName
{
color: #6DC515;
}
</style>
background-color css
<style>
a { background-color: #6DC515; }
a { background-color: rgb(109,197,21); }
div.DivClassName
{
background-color: #6DC515;
}
.BgClassName
{
background-color: #6DC515;
}
</style>
border-color css
<style>
span { border-color: #6DC515; }
span { border-color: rgb(109,197,21); }
td.TdClassName
{
border-color: #6DC515;
}
.TagClassName
{
border-color: #6DC515;
}
</style>