Shades of Conifer #B1F161
Tints of Conifer #B1F161
RGB
CMYK
RGB Variations
Color information
#B1F161 (or 0xB1F161) is known color: Conifer. HEX triplet: B1, F1 and 61. RGB value is (177,241,97). Sum of RGB (Red+Green+Blue) = 177+241+97=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F161 is #4E0E9E. Grayscale: #CDCDCD. Windows color (decimal): -5115551 or 6418865. OLE color: 6418865.
HSL color Cylindrical-coordinate representation of color #B1F161: hue angle of 86.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1F161 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 241 | 97 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.05 |
| HSL | 86.67º | 0.84% | 0.66% | - |
| HSV(B) | 86.67º | 0.6% | 0.95% | - |
| XYZ | 51.74 | 73.12 | 22.7 | - |
| YUV | 205.45 | 66.8 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 241 | 97 | 0.27 | 0 | 0.60 | 0.05 | 86.67 | 0.84 | 0.66 |
| Hex | B1 | F1 | 61 | 1B | 0 | 3C | 5 | 57 | 54 | 42 |
| Octal | 261 | 361 | 141 | 33 | 0 | 74 | 5 | 127 | 124 | 102 |
| Binary | 10110001 | 11110001 | 1100001 | 11011 | 0 | 111100 | 101 | 1010111 | 1010100 | 1000010 |
Color Harmonies of #B1F161
Complementary color
Monochromatic Colors of #B1F161
Black with #B1F161
Text Example
Text Example
White with #B1F161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F161; }
p { color: rgb(177,241,97); }
H1.HeaderClassName
{
color: #B1F161;
}
.AnyTagClassName
{
color: #B1F161;
}
</style>
background-color css
<style>
a { background-color: #B1F161; }
a { background-color: rgb(177,241,97); }
div.DivClassName
{
background-color: #B1F161;
}
.BgClassName
{
background-color: #B1F161;
}
</style>
border-color css
<style>
span { border-color: #B1F161; }
span { border-color: rgb(177,241,97); }
td.TdClassName
{
border-color: #B1F161;
}
.TagClassName
{
border-color: #B1F161;
}
</style>