Shades of Christi #6DC318
Tints of Christi #6DC318
RGB
CMYK
RGB Variations
Color information
#6DC318 (or 0x6DC318) is known color: Christi. HEX triplet: 6D, C3 and 18. RGB value is (109,195,24). Sum of RGB (Red+Green+Blue) = 109+195+24=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC318 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC318 is #923CE7. Grayscale: #969696. Windows color (decimal): -9583848 or 1622893. OLE color: 1622893.
HSL color Cylindrical-coordinate representation of color #6DC318: hue angle of 90.18º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DC318 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 195 | 24 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.24 |
| HSL | 90.18º | 0.78% | 0.43% | - |
| HSV(B) | 90.18º | 0.88% | 0.76% | - |
| XYZ | 25.99 | 42.35 | 7.67 | - |
| YUV | 149.79 | 57.01 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 24 | 0.44 | 0 | 0.88 | 0.24 | 90.18 | 0.78 | 0.43 |
| Hex | 6D | C3 | 18 | 2C | 0 | 58 | 18 | 5A | 4E | 2B |
| Octal | 155 | 303 | 30 | 54 | 0 | 130 | 30 | 132 | 116 | 53 |
| Binary | 1101101 | 11000011 | 11000 | 101100 | 0 | 1011000 | 11000 | 1011010 | 1001110 | 101011 |
Color Harmonies of #6DC318
Complementary color
Monochromatic Colors of #6DC318
Black with #6DC318
Text Example
Text Example
White with #6DC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC318; }
p { color: rgb(109,195,24); }
H1.HeaderClassName
{
color: #6DC318;
}
.AnyTagClassName
{
color: #6DC318;
}
</style>
background-color css
<style>
a { background-color: #6DC318; }
a { background-color: rgb(109,195,24); }
div.DivClassName
{
background-color: #6DC318;
}
.BgClassName
{
background-color: #6DC318;
}
</style>
border-color css
<style>
span { border-color: #6DC318; }
span { border-color: rgb(109,195,24); }
td.TdClassName
{
border-color: #6DC318;
}
.TagClassName
{
border-color: #6DC318;
}
</style>