Shades of Christi #6CC313
Tints of Christi #6CC313
RGB
CMYK
RGB Variations
Color information
#6CC313 (or 0x6CC313) is known color: Christi. HEX triplet: 6C, C3 and 13. RGB value is (108,195,19). Sum of RGB (Red+Green+Blue) = 108+195+19=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC313 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC313 is #933CEC. Grayscale: #959595. Windows color (decimal): -9649389 or 1295212. OLE color: 1295212.
HSL color Cylindrical-coordinate representation of color #6CC313: hue angle of 89.66º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CC313 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 195 | 19 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.24 |
| HSL | 89.66º | 0.82% | 0.42% | - |
| HSV(B) | 89.66º | 0.9% | 0.76% | - |
| XYZ | 25.82 | 42.27 | 7.41 | - |
| YUV | 148.92 | 54.68 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 195 | 19 | 0.45 | 0 | 0.90 | 0.24 | 89.66 | 0.82 | 0.42 |
| Hex | 6C | C3 | 13 | 2D | 0 | 5A | 18 | 5A | 52 | 2A |
| Octal | 154 | 303 | 23 | 55 | 0 | 132 | 30 | 132 | 122 | 52 |
| Binary | 1101100 | 11000011 | 10011 | 101101 | 0 | 1011010 | 11000 | 1011010 | 1010010 | 101010 |
Color Harmonies of #6CC313
Complementary color
Monochromatic Colors of #6CC313
Black with #6CC313
Text Example
Text Example
White with #6CC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC313; }
p { color: rgb(108,195,19); }
H1.HeaderClassName
{
color: #6CC313;
}
.AnyTagClassName
{
color: #6CC313;
}
</style>
background-color css
<style>
a { background-color: #6CC313; }
a { background-color: rgb(108,195,19); }
div.DivClassName
{
background-color: #6CC313;
}
.BgClassName
{
background-color: #6CC313;
}
</style>
border-color css
<style>
span { border-color: #6CC313; }
span { border-color: rgb(108,195,19); }
td.TdClassName
{
border-color: #6CC313;
}
.TagClassName
{
border-color: #6CC313;
}
</style>