Shades of Christi #6CC120
Tints of Christi #6CC120
RGB
CMYK
RGB Variations
Color information
#6CC120 (or 0x6CC120) is known color: Christi. HEX triplet: 6C, C1 and 20. RGB value is (108,193,32). Sum of RGB (Red+Green+Blue) = 108+193+32=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC120 is #933EDF. Grayscale: #959595. Windows color (decimal): -9649888 or 2146668. OLE color: 2146668.
HSL color Cylindrical-coordinate representation of color #6CC120: hue angle of 91.68º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6CC120 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 193 | 32 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.24 |
| HSL | 91.68º | 0.72% | 0.44% | - |
| HSV(B) | 91.68º | 0.83% | 0.76% | - |
| XYZ | 25.52 | 41.43 | 8.02 | - |
| YUV | 149.23 | 61.84 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 193 | 32 | 0.44 | 0 | 0.83 | 0.24 | 91.68 | 0.72 | 0.44 |
| Hex | 6C | C1 | 20 | 2C | 0 | 53 | 18 | 5C | 48 | 2C |
| Octal | 154 | 301 | 40 | 54 | 0 | 123 | 30 | 134 | 110 | 54 |
| Binary | 1101100 | 11000001 | 100000 | 101100 | 0 | 1010011 | 11000 | 1011100 | 1001000 | 101100 |
Color Harmonies of #6CC120
Complementary color
Monochromatic Colors of #6CC120
Black with #6CC120
Text Example
Text Example
White with #6CC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC120; }
p { color: rgb(108,193,32); }
H1.HeaderClassName
{
color: #6CC120;
}
.AnyTagClassName
{
color: #6CC120;
}
</style>
background-color css
<style>
a { background-color: #6CC120; }
a { background-color: rgb(108,193,32); }
div.DivClassName
{
background-color: #6CC120;
}
.BgClassName
{
background-color: #6CC120;
}
</style>
border-color css
<style>
span { border-color: #6CC120; }
span { border-color: rgb(108,193,32); }
td.TdClassName
{
border-color: #6CC120;
}
.TagClassName
{
border-color: #6CC120;
}
</style>