Shades of Conifer #B3D247
Tints of Conifer #B3D247
RGB
CMYK
RGB Variations
Color information
#B3D247 (or 0xB3D247) is known color: Conifer. HEX triplet: B3, D2 and 47. RGB value is (179,210,71). Sum of RGB (Red+Green+Blue) = 179+210+71=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D247 is #4C2DB8. Grayscale: #B9B9B9. Windows color (decimal): -4992441 or 4706995. OLE color: 4706995.
HSL color Cylindrical-coordinate representation of color #B3D247: hue angle of 73.38º 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 #B3D247 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 71 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.18 |
| HSL | 73.38º | 0.61% | 0.55% | - |
| HSV(B) | 73.38º | 0.66% | 0.82% | - |
| XYZ | 42.77 | 56.13 | 14.54 | - |
| YUV | 184.89 | 63.73 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 71 | 0.15 | 0 | 0.66 | 0.18 | 73.38 | 0.61 | 0.55 |
| Hex | B3 | D2 | 47 | F | 0 | 42 | 12 | 49 | 3D | 37 |
| Octal | 263 | 322 | 107 | 17 | 0 | 102 | 22 | 111 | 75 | 67 |
| Binary | 10110011 | 11010010 | 1000111 | 1111 | 0 | 1000010 | 10010 | 1001001 | 111101 | 110111 |
Color Harmonies of #B3D247
Complementary color
Monochromatic Colors of #B3D247
Black with #B3D247
Text Example
Text Example
White with #B3D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D247; }
p { color: rgb(179,210,71); }
H1.HeaderClassName
{
color: #B3D247;
}
.AnyTagClassName
{
color: #B3D247;
}
</style>
background-color css
<style>
a { background-color: #B3D247; }
a { background-color: rgb(179,210,71); }
div.DivClassName
{
background-color: #B3D247;
}
.BgClassName
{
background-color: #B3D247;
}
</style>
border-color css
<style>
span { border-color: #B3D247; }
span { border-color: rgb(179,210,71); }
td.TdClassName
{
border-color: #B3D247;
}
.TagClassName
{
border-color: #B3D247;
}
</style>