Shades of Christi #6CC528
Tints of Christi #6CC528
RGB
CMYK
RGB Variations
Color information
#6CC528 (or 0x6CC528) is known color: Christi. HEX triplet: 6C, C5 and 28. RGB value is (108,197,40). Sum of RGB (Red+Green+Blue) = 108+197+40=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC528 is #933AD7. Grayscale: #999999. Windows color (decimal): -9648856 or 2671980. OLE color: 2671980.
HSL color Cylindrical-coordinate representation of color #6CC528: hue angle of 94.01º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6CC528 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 197 | 40 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.23 |
| HSL | 94.01º | 0.66% | 0.46% | - |
| HSV(B) | 94.01º | 0.8% | 0.77% | - |
| XYZ | 26.53 | 43.27 | 8.96 | - |
| YUV | 152.49 | 64.51 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 197 | 40 | 0.45 | 0 | 0.80 | 0.23 | 94.01 | 0.66 | 0.46 |
| Hex | 6C | C5 | 28 | 2D | 0 | 50 | 17 | 5E | 42 | 2E |
| Octal | 154 | 305 | 50 | 55 | 0 | 120 | 27 | 136 | 102 | 56 |
| Binary | 1101100 | 11000101 | 101000 | 101101 | 0 | 1010000 | 10111 | 1011110 | 1000010 | 101110 |
Color Harmonies of #6CC528
Complementary color
Monochromatic Colors of #6CC528
Black with #6CC528
Text Example
Text Example
White with #6CC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC528; }
p { color: rgb(108,197,40); }
H1.HeaderClassName
{
color: #6CC528;
}
.AnyTagClassName
{
color: #6CC528;
}
</style>
background-color css
<style>
a { background-color: #6CC528; }
a { background-color: rgb(108,197,40); }
div.DivClassName
{
background-color: #6CC528;
}
.BgClassName
{
background-color: #6CC528;
}
</style>
border-color css
<style>
span { border-color: #6CC528; }
span { border-color: rgb(108,197,40); }
td.TdClassName
{
border-color: #6CC528;
}
.TagClassName
{
border-color: #6CC528;
}
</style>