Shades of Christi #67BC27
Tints of Christi #67BC27
RGB
CMYK
RGB Variations
Color information
#67BC27 (or 0x67BC27) is known color: Christi. HEX triplet: 67, BC and 27. RGB value is (103,188,39). Sum of RGB (Red+Green+Blue) = 103+188+39=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #67BC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BC27 is #9843D8. Grayscale: #929292. Windows color (decimal): -9978841 or 2604135. OLE color: 2604135.
HSL color Cylindrical-coordinate representation of color #67BC27: hue angle of 94.23º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67BC27 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 39 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.26 |
| HSL | 94.23º | 0.66% | 0.45% | - |
| HSV(B) | 94.23º | 0.79% | 0.74% | - |
| XYZ | 23.94 | 39 | 8.18 | - |
| YUV | 145.6 | 67.84 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 39 | 0.45 | 0 | 0.79 | 0.26 | 94.23 | 0.66 | 0.45 |
| Hex | 67 | BC | 27 | 2D | 0 | 4F | 1A | 5E | 42 | 2D |
| Octal | 147 | 274 | 47 | 55 | 0 | 117 | 32 | 136 | 102 | 55 |
| Binary | 1100111 | 10111100 | 100111 | 101101 | 0 | 1001111 | 11010 | 1011110 | 1000010 | 101101 |
Color Harmonies of #67BC27
Complementary color
Monochromatic Colors of #67BC27
Black with #67BC27
Text Example
Text Example
White with #67BC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BC27; }
p { color: rgb(103,188,39); }
H1.HeaderClassName
{
color: #67BC27;
}
.AnyTagClassName
{
color: #67BC27;
}
</style>
background-color css
<style>
a { background-color: #67BC27; }
a { background-color: rgb(103,188,39); }
div.DivClassName
{
background-color: #67BC27;
}
.BgClassName
{
background-color: #67BC27;
}
</style>
border-color css
<style>
span { border-color: #67BC27; }
span { border-color: rgb(103,188,39); }
td.TdClassName
{
border-color: #67BC27;
}
.TagClassName
{
border-color: #67BC27;
}
</style>