Shades of Conifer #B1D441
Tints of Conifer #B1D441
RGB
CMYK
RGB Variations
Color information
#B1D441 (or 0xB1D441) is known color: Conifer. HEX triplet: B1, D4 and 41. RGB value is (177,212,65). Sum of RGB (Red+Green+Blue) = 177+212+65=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D441 is #4E2BBE. Grayscale: #B9B9B9. Windows color (decimal): -5123007 or 4314289. OLE color: 4314289.
HSL color Cylindrical-coordinate representation of color #B1D441: hue angle of 74.29º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1D441 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 212 | 65 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.17 |
| HSL | 74.29º | 0.63% | 0.54% | - |
| HSV(B) | 74.29º | 0.69% | 0.83% | - |
| XYZ | 42.63 | 56.82 | 13.72 | - |
| YUV | 184.78 | 60.4 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 65 | 0.17 | 0 | 0.69 | 0.17 | 74.29 | 0.63 | 0.54 |
| Hex | B1 | D4 | 41 | 11 | 0 | 45 | 11 | 4A | 3F | 36 |
| Octal | 261 | 324 | 101 | 21 | 0 | 105 | 21 | 112 | 77 | 66 |
| Binary | 10110001 | 11010100 | 1000001 | 10001 | 0 | 1000101 | 10001 | 1001010 | 111111 | 110110 |
Color Harmonies of #B1D441
Complementary color
Monochromatic Colors of #B1D441
Black with #B1D441
Text Example
Text Example
White with #B1D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D441; }
p { color: rgb(177,212,65); }
H1.HeaderClassName
{
color: #B1D441;
}
.AnyTagClassName
{
color: #B1D441;
}
</style>
background-color css
<style>
a { background-color: #B1D441; }
a { background-color: rgb(177,212,65); }
div.DivClassName
{
background-color: #B1D441;
}
.BgClassName
{
background-color: #B1D441;
}
</style>
border-color css
<style>
span { border-color: #B1D441; }
span { border-color: rgb(177,212,65); }
td.TdClassName
{
border-color: #B1D441;
}
.TagClassName
{
border-color: #B1D441;
}
</style>