Shades of Christi #68C225
Tints of Christi #68C225
RGB
CMYK
RGB Variations
Color information
#68C225 (or 0x68C225) is known color: Christi. HEX triplet: 68, C2 and 25. RGB value is (104,194,37). Sum of RGB (Red+Green+Blue) = 104+194+37=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #68C225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C225 is #973DDA. Grayscale: #959595. Windows color (decimal): -9911771 or 2474600. OLE color: 2474600.
HSL color Cylindrical-coordinate representation of color #68C225: hue angle of 94.39º degrees, saturation: 0.68, 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 #68C225 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 37 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.24 |
| HSL | 94.39º | 0.68% | 0.45% | - |
| HSV(B) | 94.39º | 0.81% | 0.76% | - |
| XYZ | 25.33 | 41.66 | 8.46 | - |
| YUV | 149.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 37 | 0.46 | 0 | 0.81 | 0.24 | 94.39 | 0.68 | 0.45 |
| Hex | 68 | C2 | 25 | 2E | 0 | 51 | 18 | 5E | 44 | 2D |
| Octal | 150 | 302 | 45 | 56 | 0 | 121 | 30 | 136 | 104 | 55 |
| Binary | 1101000 | 11000010 | 100101 | 101110 | 0 | 1010001 | 11000 | 1011110 | 1000100 | 101101 |
Color Harmonies of #68C225
Complementary color
Monochromatic Colors of #68C225
Black with #68C225
Text Example
Text Example
White with #68C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C225; }
p { color: rgb(104,194,37); }
H1.HeaderClassName
{
color: #68C225;
}
.AnyTagClassName
{
color: #68C225;
}
</style>
background-color css
<style>
a { background-color: #68C225; }
a { background-color: rgb(104,194,37); }
div.DivClassName
{
background-color: #68C225;
}
.BgClassName
{
background-color: #68C225;
}
</style>
border-color css
<style>
span { border-color: #68C225; }
span { border-color: rgb(104,194,37); }
td.TdClassName
{
border-color: #68C225;
}
.TagClassName
{
border-color: #68C225;
}
</style>