Shades of Conifer #B1D247
Tints of Conifer #B1D247
RGB
CMYK
RGB Variations
Color information
#B1D247 (or 0xB1D247) is known color: Conifer. HEX triplet: B1, D2 and 47. RGB value is (177,210,71). Sum of RGB (Red+Green+Blue) = 177+210+71=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D247 is #4E2DB8. Grayscale: #B8B8B8. Windows color (decimal): -5123513 or 4706993. OLE color: 4706993.
HSL color Cylindrical-coordinate representation of color #B1D247: hue angle of 74.24º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1D247 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 71 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.18 |
| HSL | 74.24º | 0.61% | 0.55% | - |
| HSV(B) | 74.24º | 0.66% | 0.82% | - |
| XYZ | 42.32 | 55.9 | 14.52 | - |
| YUV | 184.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 71 | 0.16 | 0 | 0.66 | 0.18 | 74.24 | 0.61 | 0.55 |
| Hex | B1 | D2 | 47 | 10 | 0 | 42 | 12 | 4A | 3D | 37 |
| Octal | 261 | 322 | 107 | 20 | 0 | 102 | 22 | 112 | 75 | 67 |
| Binary | 10110001 | 11010010 | 1000111 | 10000 | 0 | 1000010 | 10010 | 1001010 | 111101 | 110111 |
Color Harmonies of #B1D247
Complementary color
Monochromatic Colors of #B1D247
Black with #B1D247
Text Example
Text Example
White with #B1D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D247; }
p { color: rgb(177,210,71); }
H1.HeaderClassName
{
color: #B1D247;
}
.AnyTagClassName
{
color: #B1D247;
}
</style>
background-color css
<style>
a { background-color: #B1D247; }
a { background-color: rgb(177,210,71); }
div.DivClassName
{
background-color: #B1D247;
}
.BgClassName
{
background-color: #B1D247;
}
</style>
border-color css
<style>
span { border-color: #B1D247; }
span { border-color: rgb(177,210,71); }
td.TdClassName
{
border-color: #B1D247;
}
.TagClassName
{
border-color: #B1D247;
}
</style>