Shades of Christi #6CC224
Tints of Christi #6CC224
RGB
CMYK
RGB Variations
Color information
#6CC224 (or 0x6CC224) is known color: Christi. HEX triplet: 6C, C2 and 24. RGB value is (108,194,36). Sum of RGB (Red+Green+Blue) = 108+194+36=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #6CC224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC224 is #933DDB. Grayscale: #969696. Windows color (decimal): -9649628 or 2409068. OLE color: 2409068.
HSL color Cylindrical-coordinate representation of color #6CC224: hue angle of 92.66º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6CC224 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 194 | 36 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.24 |
| HSL | 92.66º | 0.69% | 0.45% | - |
| HSV(B) | 92.66º | 0.81% | 0.76% | - |
| XYZ | 25.79 | 41.9 | 8.4 | - |
| YUV | 150.27 | 63.51 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 194 | 36 | 0.44 | 0 | 0.81 | 0.24 | 92.66 | 0.69 | 0.45 |
| Hex | 6C | C2 | 24 | 2C | 0 | 51 | 18 | 5D | 45 | 2D |
| Octal | 154 | 302 | 44 | 54 | 0 | 121 | 30 | 135 | 105 | 55 |
| Binary | 1101100 | 11000010 | 100100 | 101100 | 0 | 1010001 | 11000 | 1011101 | 1000101 | 101101 |
Color Harmonies of #6CC224
Complementary color
Monochromatic Colors of #6CC224
Black with #6CC224
Text Example
Text Example
White with #6CC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC224; }
p { color: rgb(108,194,36); }
H1.HeaderClassName
{
color: #6CC224;
}
.AnyTagClassName
{
color: #6CC224;
}
</style>
background-color css
<style>
a { background-color: #6CC224; }
a { background-color: rgb(108,194,36); }
div.DivClassName
{
background-color: #6CC224;
}
.BgClassName
{
background-color: #6CC224;
}
</style>
border-color css
<style>
span { border-color: #6CC224; }
span { border-color: rgb(108,194,36); }
td.TdClassName
{
border-color: #6CC224;
}
.TagClassName
{
border-color: #6CC224;
}
</style>