Shades of Christi #68C31B
Tints of Christi #68C31B
RGB
CMYK
RGB Variations
Color information
#68C31B (or 0x68C31B) is known color: Christi. HEX triplet: 68, C3 and 1B. RGB value is (104,195,27). Sum of RGB (Red+Green+Blue) = 104+195+27=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #68C31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C31B is #973CE4. Grayscale: #959595. Windows color (decimal): -9911525 or 1819496. OLE color: 1819496.
HSL color Cylindrical-coordinate representation of color #68C31B: hue angle of 92.5º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68C31B is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 27 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.24 |
| HSL | 92.5º | 0.76% | 0.44% | - |
| HSV(B) | 92.5º | 0.86% | 0.76% | - |
| XYZ | 25.42 | 42.05 | 7.81 | - |
| YUV | 148.64 | 59.35 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 27 | 0.47 | 0 | 0.86 | 0.24 | 92.5 | 0.76 | 0.44 |
| Hex | 68 | C3 | 1B | 2F | 0 | 56 | 18 | 5C | 4C | 2C |
| Octal | 150 | 303 | 33 | 57 | 0 | 126 | 30 | 134 | 114 | 54 |
| Binary | 1101000 | 11000011 | 11011 | 101111 | 0 | 1010110 | 11000 | 1011100 | 1001100 | 101100 |
Color Harmonies of #68C31B
Complementary color
Monochromatic Colors of #68C31B
Black with #68C31B
Text Example
Text Example
White with #68C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C31B; }
p { color: rgb(104,195,27); }
H1.HeaderClassName
{
color: #68C31B;
}
.AnyTagClassName
{
color: #68C31B;
}
</style>
background-color css
<style>
a { background-color: #68C31B; }
a { background-color: rgb(104,195,27); }
div.DivClassName
{
background-color: #68C31B;
}
.BgClassName
{
background-color: #68C31B;
}
</style>
border-color css
<style>
span { border-color: #68C31B; }
span { border-color: rgb(104,195,27); }
td.TdClassName
{
border-color: #68C31B;
}
.TagClassName
{
border-color: #68C31B;
}
</style>