Shades of Christi #67BD26
Tints of Christi #67BD26
RGB
CMYK
RGB Variations
Color information
#67BD26 (or 0x67BD26) is known color: Christi. HEX triplet: 67, BD and 26. RGB value is (103,189,38). Sum of RGB (Red+Green+Blue) = 103+189+38=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #67BD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BD26 is #9842D9. Grayscale: #929292. Windows color (decimal): -9978586 or 2538855. OLE color: 2538855.
HSL color Cylindrical-coordinate representation of color #67BD26: hue angle of 94.17º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67BD26 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 189 | 38 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.26 |
| HSL | 94.17º | 0.67% | 0.45% | - |
| HSV(B) | 94.17º | 0.8% | 0.74% | - |
| XYZ | 24.14 | 39.42 | 8.17 | - |
| YUV | 146.07 | 67.01 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 38 | 0.46 | 0 | 0.80 | 0.26 | 94.17 | 0.67 | 0.45 |
| Hex | 67 | BD | 26 | 2E | 0 | 50 | 1A | 5E | 43 | 2D |
| Octal | 147 | 275 | 46 | 56 | 0 | 120 | 32 | 136 | 103 | 55 |
| Binary | 1100111 | 10111101 | 100110 | 101110 | 0 | 1010000 | 11010 | 1011110 | 1000011 | 101101 |
Color Harmonies of #67BD26
Complementary color
Monochromatic Colors of #67BD26
Black with #67BD26
Text Example
Text Example
White with #67BD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BD26; }
p { color: rgb(103,189,38); }
H1.HeaderClassName
{
color: #67BD26;
}
.AnyTagClassName
{
color: #67BD26;
}
</style>
background-color css
<style>
a { background-color: #67BD26; }
a { background-color: rgb(103,189,38); }
div.DivClassName
{
background-color: #67BD26;
}
.BgClassName
{
background-color: #67BD26;
}
</style>
border-color css
<style>
span { border-color: #67BD26; }
span { border-color: rgb(103,189,38); }
td.TdClassName
{
border-color: #67BD26;
}
.TagClassName
{
border-color: #67BD26;
}
</style>