Shades of Christi #67BF15
Tints of Christi #67BF15
RGB
CMYK
RGB Variations
Color information
#67BF15 (or 0x67BF15) is known color: Christi. HEX triplet: 67, BF and 15. RGB value is (103,191,21). Sum of RGB (Red+Green+Blue) = 103+191+21=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #67BF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BF15 is #9840EA. Grayscale: #919191. Windows color (decimal): -9978091 or 1425255. OLE color: 1425255.
HSL color Cylindrical-coordinate representation of color #67BF15: hue angle of 91.06º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67BF15 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 191 | 21 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.25 |
| HSL | 91.06º | 0.8% | 0.42% | - |
| HSV(B) | 91.06º | 0.89% | 0.75% | - |
| XYZ | 24.36 | 40.2 | 7.18 | - |
| YUV | 145.31 | 57.85 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 21 | 0.46 | 0 | 0.89 | 0.25 | 91.06 | 0.8 | 0.42 |
| Hex | 67 | BF | 15 | 2E | 0 | 59 | 19 | 5B | 50 | 2A |
| Octal | 147 | 277 | 25 | 56 | 0 | 131 | 31 | 133 | 120 | 52 |
| Binary | 1100111 | 10111111 | 10101 | 101110 | 0 | 1011001 | 11001 | 1011011 | 1010000 | 101010 |
Color Harmonies of #67BF15
Complementary color
Monochromatic Colors of #67BF15
Black with #67BF15
Text Example
Text Example
White with #67BF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BF15; }
p { color: rgb(103,191,21); }
H1.HeaderClassName
{
color: #67BF15;
}
.AnyTagClassName
{
color: #67BF15;
}
</style>
background-color css
<style>
a { background-color: #67BF15; }
a { background-color: rgb(103,191,21); }
div.DivClassName
{
background-color: #67BF15;
}
.BgClassName
{
background-color: #67BF15;
}
</style>
border-color css
<style>
span { border-color: #67BF15; }
span { border-color: rgb(103,191,21); }
td.TdClassName
{
border-color: #67BF15;
}
.TagClassName
{
border-color: #67BF15;
}
</style>