Shades of Conifer #B1F356
Tints of Conifer #B1F356
RGB
CMYK
RGB Variations
Color information
#B1F356 (or 0xB1F356) is known color: Conifer. HEX triplet: B1, F3 and 56. RGB value is (177,243,86). Sum of RGB (Red+Green+Blue) = 177+243+86=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F356 is #4E0CA9. Grayscale: #CDCDCD. Windows color (decimal): -5115050 or 5698481. OLE color: 5698481.
HSL color Cylindrical-coordinate representation of color #B1F356: hue angle of 85.22º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1F356 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 243 | 86 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.05 |
| HSL | 85.22º | 0.87% | 0.65% | - |
| HSV(B) | 85.22º | 0.65% | 0.95% | - |
| XYZ | 51.86 | 74.12 | 20.38 | - |
| YUV | 205.37 | 60.63 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 243 | 86 | 0.27 | 0 | 0.65 | 0.05 | 85.22 | 0.87 | 0.65 |
| Hex | B1 | F3 | 56 | 1B | 0 | 41 | 5 | 55 | 57 | 41 |
| Octal | 261 | 363 | 126 | 33 | 0 | 101 | 5 | 125 | 127 | 101 |
| Binary | 10110001 | 11110011 | 1010110 | 11011 | 0 | 1000001 | 101 | 1010101 | 1010111 | 1000001 |
Color Harmonies of #B1F356
Complementary color
Monochromatic Colors of #B1F356
Black with #B1F356
Text Example
Text Example
White with #B1F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F356; }
p { color: rgb(177,243,86); }
H1.HeaderClassName
{
color: #B1F356;
}
.AnyTagClassName
{
color: #B1F356;
}
</style>
background-color css
<style>
a { background-color: #B1F356; }
a { background-color: rgb(177,243,86); }
div.DivClassName
{
background-color: #B1F356;
}
.BgClassName
{
background-color: #B1F356;
}
</style>
border-color css
<style>
span { border-color: #B1F356; }
span { border-color: rgb(177,243,86); }
td.TdClassName
{
border-color: #B1F356;
}
.TagClassName
{
border-color: #B1F356;
}
</style>