Shades of Christi #68BD25
Tints of Christi #68BD25
RGB
CMYK
RGB Variations
Color information
#68BD25 (or 0x68BD25) is known color: Christi. HEX triplet: 68, BD and 25. RGB value is (104,189,37). Sum of RGB (Red+Green+Blue) = 104+189+37=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD25 is #9742DA. Grayscale: #929292. Windows color (decimal): -9913051 or 2473320. OLE color: 2473320.
HSL color Cylindrical-coordinate representation of color #68BD25: hue angle of 93.55º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68BD25 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 37 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.26 |
| HSL | 93.55º | 0.67% | 0.44% | - |
| HSV(B) | 93.55º | 0.8% | 0.74% | - |
| XYZ | 24.24 | 39.47 | 8.09 | - |
| YUV | 146.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 37 | 0.45 | 0 | 0.80 | 0.26 | 93.55 | 0.67 | 0.44 |
| Hex | 68 | BD | 25 | 2D | 0 | 50 | 1A | 5E | 43 | 2C |
| Octal | 150 | 275 | 45 | 55 | 0 | 120 | 32 | 136 | 103 | 54 |
| Binary | 1101000 | 10111101 | 100101 | 101101 | 0 | 1010000 | 11010 | 1011110 | 1000011 | 101100 |
Color Harmonies of #68BD25
Complementary color
Monochromatic Colors of #68BD25
Black with #68BD25
Text Example
Text Example
White with #68BD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD25; }
p { color: rgb(104,189,37); }
H1.HeaderClassName
{
color: #68BD25;
}
.AnyTagClassName
{
color: #68BD25;
}
</style>
background-color css
<style>
a { background-color: #68BD25; }
a { background-color: rgb(104,189,37); }
div.DivClassName
{
background-color: #68BD25;
}
.BgClassName
{
background-color: #68BD25;
}
</style>
border-color css
<style>
span { border-color: #68BD25; }
span { border-color: rgb(104,189,37); }
td.TdClassName
{
border-color: #68BD25;
}
.TagClassName
{
border-color: #68BD25;
}
</style>