Shades of Conifer #B1D944
Tints of Conifer #B1D944
RGB
CMYK
RGB Variations
Color information
#B1D944 (or 0xB1D944) is known color: Conifer. HEX triplet: B1, D9 and 44. RGB value is (177,217,68). Sum of RGB (Red+Green+Blue) = 177+217+68=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D944 is #4E26BB. Grayscale: #BCBCBC. Windows color (decimal): -5121724 or 4512177. OLE color: 4512177.
HSL color Cylindrical-coordinate representation of color #B1D944: hue angle of 76.11º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1D944 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 217 | 68 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.15 |
| HSL | 76.11º | 0.66% | 0.56% | - |
| HSV(B) | 76.11º | 0.69% | 0.85% | - |
| XYZ | 43.99 | 59.39 | 14.61 | - |
| YUV | 188.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 217 | 68 | 0.18 | 0 | 0.69 | 0.15 | 76.11 | 0.66 | 0.56 |
| Hex | B1 | D9 | 44 | 12 | 0 | 45 | F | 4C | 42 | 38 |
| Octal | 261 | 331 | 104 | 22 | 0 | 105 | 17 | 114 | 102 | 70 |
| Binary | 10110001 | 11011001 | 1000100 | 10010 | 0 | 1000101 | 1111 | 1001100 | 1000010 | 111000 |
Color Harmonies of #B1D944
Complementary color
Monochromatic Colors of #B1D944
Black with #B1D944
Text Example
Text Example
White with #B1D944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D944; }
p { color: rgb(177,217,68); }
H1.HeaderClassName
{
color: #B1D944;
}
.AnyTagClassName
{
color: #B1D944;
}
</style>
background-color css
<style>
a { background-color: #B1D944; }
a { background-color: rgb(177,217,68); }
div.DivClassName
{
background-color: #B1D944;
}
.BgClassName
{
background-color: #B1D944;
}
</style>
border-color css
<style>
span { border-color: #B1D944; }
span { border-color: rgb(177,217,68); }
td.TdClassName
{
border-color: #B1D944;
}
.TagClassName
{
border-color: #B1D944;
}
</style>