Shades of Christi #68C21D
Tints of Christi #68C21D
RGB
CMYK
RGB Variations
Color information
#68C21D (or 0x68C21D) is known color: Christi. HEX triplet: 68, C2 and 1D. RGB value is (104,194,29). Sum of RGB (Red+Green+Blue) = 104+194+29=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #68C21D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C21D is #973DE2. Grayscale: #949494. Windows color (decimal): -9911779 or 1950312. OLE color: 1950312.
HSL color Cylindrical-coordinate representation of color #68C21D: hue angle of 92.73º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68C21D is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 29 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.24 |
| HSL | 92.73º | 0.74% | 0.44% | - |
| HSV(B) | 92.73º | 0.85% | 0.76% | - |
| XYZ | 25.22 | 41.62 | 7.87 | - |
| YUV | 148.28 | 60.68 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 29 | 0.46 | 0 | 0.85 | 0.24 | 92.73 | 0.74 | 0.44 |
| Hex | 68 | C2 | 1D | 2E | 0 | 55 | 18 | 5D | 4A | 2C |
| Octal | 150 | 302 | 35 | 56 | 0 | 125 | 30 | 135 | 112 | 54 |
| Binary | 1101000 | 11000010 | 11101 | 101110 | 0 | 1010101 | 11000 | 1011101 | 1001010 | 101100 |
Color Harmonies of #68C21D
Complementary color
Monochromatic Colors of #68C21D
Black with #68C21D
Text Example
Text Example
White with #68C21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C21D; }
p { color: rgb(104,194,29); }
H1.HeaderClassName
{
color: #68C21D;
}
.AnyTagClassName
{
color: #68C21D;
}
</style>
background-color css
<style>
a { background-color: #68C21D; }
a { background-color: rgb(104,194,29); }
div.DivClassName
{
background-color: #68C21D;
}
.BgClassName
{
background-color: #68C21D;
}
</style>
border-color css
<style>
span { border-color: #68C21D; }
span { border-color: rgb(104,194,29); }
td.TdClassName
{
border-color: #68C21D;
}
.TagClassName
{
border-color: #68C21D;
}
</style>