Shades of Christi #67BE1D
Tints of Christi #67BE1D
RGB
CMYK
RGB Variations
Color information
#67BE1D (or 0x67BE1D) is known color: Christi. HEX triplet: 67, BE and 1D. RGB value is (103,190,29). Sum of RGB (Red+Green+Blue) = 103+190+29=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #67BE1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BE1D is #9841E2. Grayscale: #929292. Windows color (decimal): -9978339 or 1949287. OLE color: 1949287.
HSL color Cylindrical-coordinate representation of color #67BE1D: hue angle of 92.42º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67BE1D is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 190 | 29 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.25 |
| HSL | 92.42º | 0.74% | 0.43% | - |
| HSV(B) | 92.42º | 0.85% | 0.75% | - |
| XYZ | 24.23 | 39.8 | 7.57 | - |
| YUV | 145.63 | 62.18 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 29 | 0.46 | 0 | 0.85 | 0.25 | 92.42 | 0.74 | 0.43 |
| Hex | 67 | BE | 1D | 2E | 0 | 55 | 19 | 5C | 4A | 2B |
| Octal | 147 | 276 | 35 | 56 | 0 | 125 | 31 | 134 | 112 | 53 |
| Binary | 1100111 | 10111110 | 11101 | 101110 | 0 | 1010101 | 11001 | 1011100 | 1001010 | 101011 |
Color Harmonies of #67BE1D
Complementary color
Monochromatic Colors of #67BE1D
Black with #67BE1D
Text Example
Text Example
White with #67BE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BE1D; }
p { color: rgb(103,190,29); }
H1.HeaderClassName
{
color: #67BE1D;
}
.AnyTagClassName
{
color: #67BE1D;
}
</style>
background-color css
<style>
a { background-color: #67BE1D; }
a { background-color: rgb(103,190,29); }
div.DivClassName
{
background-color: #67BE1D;
}
.BgClassName
{
background-color: #67BE1D;
}
</style>
border-color css
<style>
span { border-color: #67BE1D; }
span { border-color: rgb(103,190,29); }
td.TdClassName
{
border-color: #67BE1D;
}
.TagClassName
{
border-color: #67BE1D;
}
</style>