Shades of Christi #6CC42B
Tints of Christi #6CC42B
RGB
CMYK
RGB Variations
Color information
#6CC42B (or 0x6CC42B) is known color: Christi. HEX triplet: 6C, C4 and 2B. RGB value is (108,196,43). Sum of RGB (Red+Green+Blue) = 108+196+43=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC42B is #933BD4. Grayscale: #989898. Windows color (decimal): -9649109 or 2868332. OLE color: 2868332.
HSL color Cylindrical-coordinate representation of color #6CC42B: hue angle of 94.51º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6CC42B is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 196 | 43 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.23 |
| HSL | 94.51º | 0.64% | 0.47% | - |
| HSV(B) | 94.51º | 0.78% | 0.77% | - |
| XYZ | 26.36 | 42.84 | 9.17 | - |
| YUV | 152.25 | 66.35 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 196 | 43 | 0.45 | 0 | 0.78 | 0.23 | 94.51 | 0.64 | 0.47 |
| Hex | 6C | C4 | 2B | 2D | 0 | 4E | 17 | 5F | 40 | 2F |
| Octal | 154 | 304 | 53 | 55 | 0 | 116 | 27 | 137 | 100 | 57 |
| Binary | 1101100 | 11000100 | 101011 | 101101 | 0 | 1001110 | 10111 | 1011111 | 1000000 | 101111 |
Color Harmonies of #6CC42B
Complementary color
Monochromatic Colors of #6CC42B
Black with #6CC42B
Text Example
Text Example
White with #6CC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC42B; }
p { color: rgb(108,196,43); }
H1.HeaderClassName
{
color: #6CC42B;
}
.AnyTagClassName
{
color: #6CC42B;
}
</style>
background-color css
<style>
a { background-color: #6CC42B; }
a { background-color: rgb(108,196,43); }
div.DivClassName
{
background-color: #6CC42B;
}
.BgClassName
{
background-color: #6CC42B;
}
</style>
border-color css
<style>
span { border-color: #6CC42B; }
span { border-color: rgb(108,196,43); }
td.TdClassName
{
border-color: #6CC42B;
}
.TagClassName
{
border-color: #6CC42B;
}
</style>