Shades of Conifer #B3D347
Tints of Conifer #B3D347
RGB
CMYK
RGB Variations
Color information
#B3D347 (or 0xB3D347) is known color: Conifer. HEX triplet: B3, D3 and 47. RGB value is (179,211,71). Sum of RGB (Red+Green+Blue) = 179+211+71=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D347 is #4C2CB8. Grayscale: #BABABA. Windows color (decimal): -4992185 or 4707251. OLE color: 4707251.
HSL color Cylindrical-coordinate representation of color #B3D347: hue angle of 73.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3D347 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 211 | 71 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.17 |
| HSL | 73.71º | 0.61% | 0.55% | - |
| HSV(B) | 73.71º | 0.66% | 0.83% | - |
| XYZ | 43.02 | 56.63 | 14.62 | - |
| YUV | 185.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 211 | 71 | 0.15 | 0 | 0.66 | 0.17 | 73.71 | 0.61 | 0.55 |
| Hex | B3 | D3 | 47 | F | 0 | 42 | 11 | 4A | 3D | 37 |
| Octal | 263 | 323 | 107 | 17 | 0 | 102 | 21 | 112 | 75 | 67 |
| Binary | 10110011 | 11010011 | 1000111 | 1111 | 0 | 1000010 | 10001 | 1001010 | 111101 | 110111 |
Color Harmonies of #B3D347
Complementary color
Monochromatic Colors of #B3D347
Black with #B3D347
Text Example
Text Example
White with #B3D347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D347; }
p { color: rgb(179,211,71); }
H1.HeaderClassName
{
color: #B3D347;
}
.AnyTagClassName
{
color: #B3D347;
}
</style>
background-color css
<style>
a { background-color: #B3D347; }
a { background-color: rgb(179,211,71); }
div.DivClassName
{
background-color: #B3D347;
}
.BgClassName
{
background-color: #B3D347;
}
</style>
border-color css
<style>
span { border-color: #B3D347; }
span { border-color: rgb(179,211,71); }
td.TdClassName
{
border-color: #B3D347;
}
.TagClassName
{
border-color: #B3D347;
}
</style>