Shades of Christi #6DC418
Tints of Christi #6DC418
RGB
CMYK
RGB Variations
Color information
#6DC418 (or 0x6DC418) is known color: Christi. HEX triplet: 6D, C4 and 18. RGB value is (109,196,24). Sum of RGB (Red+Green+Blue) = 109+196+24=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC418 is #923BE7. Grayscale: #969696. Windows color (decimal): -9583592 or 1623149. OLE color: 1623149.
HSL color Cylindrical-coordinate representation of color #6DC418: hue angle of 90.35º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DC418 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 196 | 24 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.23 |
| HSL | 90.35º | 0.78% | 0.43% | - |
| HSV(B) | 90.35º | 0.88% | 0.77% | - |
| XYZ | 26.21 | 42.8 | 7.74 | - |
| YUV | 150.38 | 56.68 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 196 | 24 | 0.44 | 0 | 0.88 | 0.23 | 90.35 | 0.78 | 0.43 |
| Hex | 6D | C4 | 18 | 2C | 0 | 58 | 17 | 5A | 4E | 2B |
| Octal | 155 | 304 | 30 | 54 | 0 | 130 | 27 | 132 | 116 | 53 |
| Binary | 1101101 | 11000100 | 11000 | 101100 | 0 | 1011000 | 10111 | 1011010 | 1001110 | 101011 |
Color Harmonies of #6DC418
Complementary color
Monochromatic Colors of #6DC418
Black with #6DC418
Text Example
Text Example
White with #6DC418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC418; }
p { color: rgb(109,196,24); }
H1.HeaderClassName
{
color: #6DC418;
}
.AnyTagClassName
{
color: #6DC418;
}
</style>
background-color css
<style>
a { background-color: #6DC418; }
a { background-color: rgb(109,196,24); }
div.DivClassName
{
background-color: #6DC418;
}
.BgClassName
{
background-color: #6DC418;
}
</style>
border-color css
<style>
span { border-color: #6DC418; }
span { border-color: rgb(109,196,24); }
td.TdClassName
{
border-color: #6DC418;
}
.TagClassName
{
border-color: #6DC418;
}
</style>