Shades of Christi #6CC815
Tints of Christi #6CC815
RGB
CMYK
RGB Variations
Color information
#6CC815 (or 0x6CC815) is known color: Christi. HEX triplet: 6C, C8 and 15. RGB value is (108,200,21). Sum of RGB (Red+Green+Blue) = 108+200+21=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC815 is #9337EA. Grayscale: #989898. Windows color (decimal): -9648107 or 1427564. OLE color: 1427564.
HSL color Cylindrical-coordinate representation of color #6CC815: hue angle of 90.84º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CC815 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 200 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.22 |
| HSL | 90.84º | 0.81% | 0.43% | - |
| HSV(B) | 90.84º | 0.9% | 0.78% | - |
| XYZ | 26.97 | 44.55 | 7.89 | - |
| YUV | 152.09 | 54.02 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 200 | 21 | 0.46 | 0 | 0.90 | 0.22 | 90.84 | 0.81 | 0.43 |
| Hex | 6C | C8 | 15 | 2E | 0 | 5A | 16 | 5B | 51 | 2B |
| Octal | 154 | 310 | 25 | 56 | 0 | 132 | 26 | 133 | 121 | 53 |
| Binary | 1101100 | 11001000 | 10101 | 101110 | 0 | 1011010 | 10110 | 1011011 | 1010001 | 101011 |
Color Harmonies of #6CC815
Complementary color
Monochromatic Colors of #6CC815
Black with #6CC815
Text Example
Text Example
White with #6CC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC815; }
p { color: rgb(108,200,21); }
H1.HeaderClassName
{
color: #6CC815;
}
.AnyTagClassName
{
color: #6CC815;
}
</style>
background-color css
<style>
a { background-color: #6CC815; }
a { background-color: rgb(108,200,21); }
div.DivClassName
{
background-color: #6CC815;
}
.BgClassName
{
background-color: #6CC815;
}
</style>
border-color css
<style>
span { border-color: #6CC815; }
span { border-color: rgb(108,200,21); }
td.TdClassName
{
border-color: #6CC815;
}
.TagClassName
{
border-color: #6CC815;
}
</style>