Shades of Conifer #B3F047
Tints of Conifer #B3F047
RGB
CMYK
RGB Variations
Color information
#B3F047 (or 0xB3F047) is known color: Conifer. HEX triplet: B3, F0 and 47. RGB value is (179,240,71). Sum of RGB (Red+Green+Blue) = 179+240+71=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3F047 is #4C0FB8. Grayscale: #CBCBCB. Windows color (decimal): -4984761 or 4714675. OLE color: 4714675.
HSL color Cylindrical-coordinate representation of color #B3F047: hue angle of 81.66º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3F047 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 71 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.06 |
| HSL | 81.66º | 0.85% | 0.61% | - |
| HSV(B) | 81.66º | 0.7% | 0.94% | - |
| XYZ | 50.89 | 72.36 | 17.25 | - |
| YUV | 202.5 | 53.79 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 71 | 0.25 | 0 | 0.70 | 0.06 | 81.66 | 0.85 | 0.61 |
| Hex | B3 | F0 | 47 | 19 | 0 | 46 | 6 | 52 | 55 | 3D |
| Octal | 263 | 360 | 107 | 31 | 0 | 106 | 6 | 122 | 125 | 75 |
| Binary | 10110011 | 11110000 | 1000111 | 11001 | 0 | 1000110 | 110 | 1010010 | 1010101 | 111101 |
Color Harmonies of #B3F047
Complementary color
Monochromatic Colors of #B3F047
Black with #B3F047
Text Example
Text Example
White with #B3F047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F047; }
p { color: rgb(179,240,71); }
H1.HeaderClassName
{
color: #B3F047;
}
.AnyTagClassName
{
color: #B3F047;
}
</style>
background-color css
<style>
a { background-color: #B3F047; }
a { background-color: rgb(179,240,71); }
div.DivClassName
{
background-color: #B3F047;
}
.BgClassName
{
background-color: #B3F047;
}
</style>
border-color css
<style>
span { border-color: #B3F047; }
span { border-color: rgb(179,240,71); }
td.TdClassName
{
border-color: #B3F047;
}
.TagClassName
{
border-color: #B3F047;
}
</style>