Shades of Conifer #B8F961
Tints of Conifer #B8F961
RGB
CMYK
RGB Variations
Color information
#B8F961 (or 0xB8F961) is known color: Conifer. HEX triplet: B8, F9 and 61. RGB value is (184,249,97). Sum of RGB (Red+Green+Blue) = 184+249+97=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F961 is #47069E. Grayscale: #D4D4D4. Windows color (decimal): -4654751 or 6420920. OLE color: 6420920.
HSL color Cylindrical-coordinate representation of color #B8F961: hue angle of 85.66º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8F961 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 249 | 97 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.02 |
| HSL | 85.66º | 0.93% | 0.68% | - |
| HSV(B) | 85.66º | 0.61% | 0.98% | - |
| XYZ | 55.8 | 78.8 | 23.58 | - |
| YUV | 212.24 | 62.97 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 249 | 97 | 0.26 | 0 | 0.61 | 0.02 | 85.66 | 0.93 | 0.68 |
| Hex | B8 | F9 | 61 | 1A | 0 | 3D | 2 | 56 | 5D | 44 |
| Octal | 270 | 371 | 141 | 32 | 0 | 75 | 2 | 126 | 135 | 104 |
| Binary | 10111000 | 11111001 | 1100001 | 11010 | 0 | 111101 | 10 | 1010110 | 1011101 | 1000100 |
Color Harmonies of #B8F961
Complementary color
Monochromatic Colors of #B8F961
Black with #B8F961
Text Example
Text Example
White with #B8F961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F961; }
p { color: rgb(184,249,97); }
H1.HeaderClassName
{
color: #B8F961;
}
.AnyTagClassName
{
color: #B8F961;
}
</style>
background-color css
<style>
a { background-color: #B8F961; }
a { background-color: rgb(184,249,97); }
div.DivClassName
{
background-color: #B8F961;
}
.BgClassName
{
background-color: #B8F961;
}
</style>
border-color css
<style>
span { border-color: #B8F961; }
span { border-color: rgb(184,249,97); }
td.TdClassName
{
border-color: #B8F961;
}
.TagClassName
{
border-color: #B8F961;
}
</style>