Shades of Christi #6CC60F
Tints of Christi #6CC60F
RGB
CMYK
RGB Variations
Color information
#6CC60F (or 0x6CC60F) is known color: Christi. HEX triplet: 6C, C6 and 0F. RGB value is (108,198,15). Sum of RGB (Red+Green+Blue) = 108+198+15=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #6CC60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC60F is #9339F0. Grayscale: #969696. Windows color (decimal): -9648625 or 1033836. OLE color: 1033836.
HSL color Cylindrical-coordinate representation of color #6CC60F: hue angle of 89.51º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CC60F is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 198 | 15 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.22 |
| HSL | 89.51º | 0.86% | 0.42% | - |
| HSV(B) | 89.51º | 0.92% | 0.78% | - |
| XYZ | 26.46 | 43.61 | 7.47 | - |
| YUV | 150.23 | 51.68 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 198 | 15 | 0.45 | 0 | 0.92 | 0.22 | 89.51 | 0.86 | 0.42 |
| Hex | 6C | C6 | F | 2D | 0 | 5C | 16 | 5A | 56 | 2A |
| Octal | 154 | 306 | 17 | 55 | 0 | 134 | 26 | 132 | 126 | 52 |
| Binary | 1101100 | 11000110 | 1111 | 101101 | 0 | 1011100 | 10110 | 1011010 | 1010110 | 101010 |
Color Harmonies of #6CC60F
Complementary color
Monochromatic Colors of #6CC60F
Black with #6CC60F
Text Example
Text Example
White with #6CC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC60F; }
p { color: rgb(108,198,15); }
H1.HeaderClassName
{
color: #6CC60F;
}
.AnyTagClassName
{
color: #6CC60F;
}
</style>
background-color css
<style>
a { background-color: #6CC60F; }
a { background-color: rgb(108,198,15); }
div.DivClassName
{
background-color: #6CC60F;
}
.BgClassName
{
background-color: #6CC60F;
}
</style>
border-color css
<style>
span { border-color: #6CC60F; }
span { border-color: rgb(108,198,15); }
td.TdClassName
{
border-color: #6CC60F;
}
.TagClassName
{
border-color: #6CC60F;
}
</style>