Shades of Conifer #B8F963
Tints of Conifer #B8F963
RGB
CMYK
RGB Variations
Color information
#B8F963 (or 0xB8F963) is known color: Conifer. HEX triplet: B8, F9 and 63. RGB value is (184,249,99). Sum of RGB (Red+Green+Blue) = 184+249+99=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F963 is #47069C. Grayscale: #D5D5D5. Windows color (decimal): -4654749 or 6551992. OLE color: 6551992.
HSL color Cylindrical-coordinate representation of color #B8F963: hue angle of 86º 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 #B8F963 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 249 | 99 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.02 |
| HSL | 86º | 0.93% | 0.68% | - |
| HSV(B) | 86º | 0.6% | 0.98% | - |
| XYZ | 55.89 | 78.84 | 24.08 | - |
| YUV | 212.47 | 63.97 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 249 | 99 | 0.26 | 0 | 0.60 | 0.02 | 86 | 0.93 | 0.68 |
| Hex | B8 | F9 | 63 | 1A | 0 | 3C | 2 | 56 | 5D | 44 |
| Octal | 270 | 371 | 143 | 32 | 0 | 74 | 2 | 126 | 135 | 104 |
| Binary | 10111000 | 11111001 | 1100011 | 11010 | 0 | 111100 | 10 | 1010110 | 1011101 | 1000100 |
Color Harmonies of #B8F963
Complementary color
Monochromatic Colors of #B8F963
Black with #B8F963
Text Example
Text Example
White with #B8F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F963; }
p { color: rgb(184,249,99); }
H1.HeaderClassName
{
color: #B8F963;
}
.AnyTagClassName
{
color: #B8F963;
}
</style>
background-color css
<style>
a { background-color: #B8F963; }
a { background-color: rgb(184,249,99); }
div.DivClassName
{
background-color: #B8F963;
}
.BgClassName
{
background-color: #B8F963;
}
</style>
border-color css
<style>
span { border-color: #B8F963; }
span { border-color: rgb(184,249,99); }
td.TdClassName
{
border-color: #B8F963;
}
.TagClassName
{
border-color: #B8F963;
}
</style>