Shades of Christi #68C024
Tints of Christi #68C024
RGB
CMYK
RGB Variations
Color information
#68C024 (or 0x68C024) is known color: Christi. HEX triplet: 68, C0 and 24. RGB value is (104,192,36). Sum of RGB (Red+Green+Blue) = 104+192+36=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #68C024 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C024 is #973FDB. Grayscale: #949494. Windows color (decimal): -9912284 or 2408552. OLE color: 2408552.
HSL color Cylindrical-coordinate representation of color #68C024: hue angle of 93.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68C024 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 36 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.25 |
| HSL | 93.85º | 0.68% | 0.45% | - |
| HSV(B) | 93.85º | 0.81% | 0.75% | - |
| XYZ | 24.88 | 40.77 | 8.23 | - |
| YUV | 147.9 | 64.85 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 36 | 0.46 | 0 | 0.81 | 0.25 | 93.85 | 0.68 | 0.45 |
| Hex | 68 | C0 | 24 | 2E | 0 | 51 | 19 | 5E | 44 | 2D |
| Octal | 150 | 300 | 44 | 56 | 0 | 121 | 31 | 136 | 104 | 55 |
| Binary | 1101000 | 11000000 | 100100 | 101110 | 0 | 1010001 | 11001 | 1011110 | 1000100 | 101101 |
Color Harmonies of #68C024
Complementary color
Monochromatic Colors of #68C024
Black with #68C024
Text Example
Text Example
White with #68C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C024; }
p { color: rgb(104,192,36); }
H1.HeaderClassName
{
color: #68C024;
}
.AnyTagClassName
{
color: #68C024;
}
</style>
background-color css
<style>
a { background-color: #68C024; }
a { background-color: rgb(104,192,36); }
div.DivClassName
{
background-color: #68C024;
}
.BgClassName
{
background-color: #68C024;
}
</style>
border-color css
<style>
span { border-color: #68C024; }
span { border-color: rgb(104,192,36); }
td.TdClassName
{
border-color: #68C024;
}
.TagClassName
{
border-color: #68C024;
}
</style>