Shades of Christi #67BC25
Tints of Christi #67BC25
RGB
CMYK
RGB Variations
Color information
#67BC25 (or 0x67BC25) is known color: Christi. HEX triplet: 67, BC and 25. RGB value is (103,188,37). Sum of RGB (Red+Green+Blue) = 103+188+37=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #67BC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BC25 is #9843DA. Grayscale: #919191. Windows color (decimal): -9978843 or 2473063. OLE color: 2473063.
HSL color Cylindrical-coordinate representation of color #67BC25: hue angle of 93.77º 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 #67BC25 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 37 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.26 |
| HSL | 93.77º | 0.67% | 0.44% | - |
| HSV(B) | 93.77º | 0.8% | 0.74% | - |
| XYZ | 23.91 | 38.98 | 8.01 | - |
| YUV | 145.37 | 66.84 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 37 | 0.45 | 0 | 0.80 | 0.26 | 93.77 | 0.67 | 0.44 |
| Hex | 67 | BC | 25 | 2D | 0 | 50 | 1A | 5E | 43 | 2C |
| Octal | 147 | 274 | 45 | 55 | 0 | 120 | 32 | 136 | 103 | 54 |
| Binary | 1100111 | 10111100 | 100101 | 101101 | 0 | 1010000 | 11010 | 1011110 | 1000011 | 101100 |
Color Harmonies of #67BC25
Complementary color
Monochromatic Colors of #67BC25
Black with #67BC25
Text Example
Text Example
White with #67BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BC25; }
p { color: rgb(103,188,37); }
H1.HeaderClassName
{
color: #67BC25;
}
.AnyTagClassName
{
color: #67BC25;
}
</style>
background-color css
<style>
a { background-color: #67BC25; }
a { background-color: rgb(103,188,37); }
div.DivClassName
{
background-color: #67BC25;
}
.BgClassName
{
background-color: #67BC25;
}
</style>
border-color css
<style>
span { border-color: #67BC25; }
span { border-color: rgb(103,188,37); }
td.TdClassName
{
border-color: #67BC25;
}
.TagClassName
{
border-color: #67BC25;
}
</style>