Shades of Conifer #B3F963
Tints of Conifer #B3F963
RGB
CMYK
RGB Variations
Color information
#B3F963 (or 0xB3F963) is known color: Conifer. HEX triplet: B3, F9 and 63. RGB value is (179,249,99). Sum of RGB (Red+Green+Blue) = 179+249+99=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F963 is #4C069C. Grayscale: #D3D3D3. Windows color (decimal): -4982429 or 6551987. OLE color: 6551987.
HSL color Cylindrical-coordinate representation of color #B3F963: hue angle of 88º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3F963 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 249 | 99 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.02 |
| HSL | 88º | 0.93% | 0.68% | - |
| HSV(B) | 88º | 0.6% | 0.98% | - |
| XYZ | 54.72 | 78.24 | 24.02 | - |
| YUV | 210.97 | 64.81 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 249 | 99 | 0.28 | 0 | 0.60 | 0.02 | 88 | 0.93 | 0.68 |
| Hex | B3 | F9 | 63 | 1C | 0 | 3C | 2 | 58 | 5D | 44 |
| Octal | 263 | 371 | 143 | 34 | 0 | 74 | 2 | 130 | 135 | 104 |
| Binary | 10110011 | 11111001 | 1100011 | 11100 | 0 | 111100 | 10 | 1011000 | 1011101 | 1000100 |
Color Harmonies of #B3F963
Complementary color
Monochromatic Colors of #B3F963
Black with #B3F963
Text Example
Text Example
White with #B3F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F963; }
p { color: rgb(179,249,99); }
H1.HeaderClassName
{
color: #B3F963;
}
.AnyTagClassName
{
color: #B3F963;
}
</style>
background-color css
<style>
a { background-color: #B3F963; }
a { background-color: rgb(179,249,99); }
div.DivClassName
{
background-color: #B3F963;
}
.BgClassName
{
background-color: #B3F963;
}
</style>
border-color css
<style>
span { border-color: #B3F963; }
span { border-color: rgb(179,249,99); }
td.TdClassName
{
border-color: #B3F963;
}
.TagClassName
{
border-color: #B3F963;
}
</style>