Shades of Christi #6CC40F
Tints of Christi #6CC40F
RGB
CMYK
RGB Variations
Color information
#6CC40F (or 0x6CC40F) is known color: Christi. HEX triplet: 6C, C4 and 0F. RGB value is (108,196,15). Sum of RGB (Red+Green+Blue) = 108+196+15=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC40F is #933BF0. Grayscale: #959595. Windows color (decimal): -9649137 or 1033324. OLE color: 1033324.
HSL color Cylindrical-coordinate representation of color #6CC40F: hue angle of 89.17º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CC40F is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 196 | 15 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.23 |
| HSL | 89.17º | 0.86% | 0.41% | - |
| HSV(B) | 89.17º | 0.92% | 0.77% | - |
| XYZ | 26.01 | 42.7 | 7.32 | - |
| YUV | 149.05 | 52.35 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 196 | 15 | 0.45 | 0 | 0.92 | 0.23 | 89.17 | 0.86 | 0.41 |
| Hex | 6C | C4 | F | 2D | 0 | 5C | 17 | 59 | 56 | 29 |
| Octal | 154 | 304 | 17 | 55 | 0 | 134 | 27 | 131 | 126 | 51 |
| Binary | 1101100 | 11000100 | 1111 | 101101 | 0 | 1011100 | 10111 | 1011001 | 1010110 | 101001 |
Color Harmonies of #6CC40F
Complementary color
Monochromatic Colors of #6CC40F
Black with #6CC40F
Text Example
Text Example
White with #6CC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC40F; }
p { color: rgb(108,196,15); }
H1.HeaderClassName
{
color: #6CC40F;
}
.AnyTagClassName
{
color: #6CC40F;
}
</style>
background-color css
<style>
a { background-color: #6CC40F; }
a { background-color: rgb(108,196,15); }
div.DivClassName
{
background-color: #6CC40F;
}
.BgClassName
{
background-color: #6CC40F;
}
</style>
border-color css
<style>
span { border-color: #6CC40F; }
span { border-color: rgb(108,196,15); }
td.TdClassName
{
border-color: #6CC40F;
}
.TagClassName
{
border-color: #6CC40F;
}
</style>