Shades of Christi #67BD27
Tints of Christi #67BD27
RGB
CMYK
RGB Variations
Color information
#67BD27 (or 0x67BD27) is known color: Christi. HEX triplet: 67, BD and 27. RGB value is (103,189,39). Sum of RGB (Red+Green+Blue) = 103+189+39=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #67BD27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BD27 is #9842D8. Grayscale: #929292. Windows color (decimal): -9978585 or 2604391. OLE color: 2604391.
HSL color Cylindrical-coordinate representation of color #67BD27: hue angle of 94.4º 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 #67BD27 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 189 | 39 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.26 |
| HSL | 94.4º | 0.66% | 0.45% | - |
| HSV(B) | 94.4º | 0.79% | 0.74% | - |
| XYZ | 24.16 | 39.43 | 8.26 | - |
| YUV | 146.19 | 67.51 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 39 | 0.46 | 0 | 0.79 | 0.26 | 94.4 | 0.66 | 0.45 |
| Hex | 67 | BD | 27 | 2E | 0 | 4F | 1A | 5E | 42 | 2D |
| Octal | 147 | 275 | 47 | 56 | 0 | 117 | 32 | 136 | 102 | 55 |
| Binary | 1100111 | 10111101 | 100111 | 101110 | 0 | 1001111 | 11010 | 1011110 | 1000010 | 101101 |
Color Harmonies of #67BD27
Complementary color
Monochromatic Colors of #67BD27
Black with #67BD27
Text Example
Text Example
White with #67BD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BD27; }
p { color: rgb(103,189,39); }
H1.HeaderClassName
{
color: #67BD27;
}
.AnyTagClassName
{
color: #67BD27;
}
</style>
background-color css
<style>
a { background-color: #67BD27; }
a { background-color: rgb(103,189,39); }
div.DivClassName
{
background-color: #67BD27;
}
.BgClassName
{
background-color: #67BD27;
}
</style>
border-color css
<style>
span { border-color: #67BD27; }
span { border-color: rgb(103,189,39); }
td.TdClassName
{
border-color: #67BD27;
}
.TagClassName
{
border-color: #67BD27;
}
</style>