Shades of Conifer #B1F460
Tints of Conifer #B1F460
RGB
CMYK
RGB Variations
Color information
#B1F460 (or 0xB1F460) is known color: Conifer. HEX triplet: B1, F4 and 60. RGB value is (177,244,96). Sum of RGB (Red+Green+Blue) = 177+244+96=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F460 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F460 is #4E0B9F. Grayscale: #CFCFCF. Windows color (decimal): -5114784 or 6354097. OLE color: 6354097.
HSL color Cylindrical-coordinate representation of color #B1F460: hue angle of 87.16º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1F460 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 96 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.04 |
| HSL | 87.16º | 0.87% | 0.67% | - |
| HSV(B) | 87.16º | 0.61% | 0.96% | - |
| XYZ | 52.59 | 74.89 | 22.75 | - |
| YUV | 207.1 | 65.3 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 96 | 0.27 | 0 | 0.61 | 0.04 | 87.16 | 0.87 | 0.67 |
| Hex | B1 | F4 | 60 | 1B | 0 | 3D | 4 | 57 | 57 | 43 |
| Octal | 261 | 364 | 140 | 33 | 0 | 75 | 4 | 127 | 127 | 103 |
| Binary | 10110001 | 11110100 | 1100000 | 11011 | 0 | 111101 | 100 | 1010111 | 1010111 | 1000011 |
Color Harmonies of #B1F460
Complementary color
Monochromatic Colors of #B1F460
Black with #B1F460
Text Example
Text Example
White with #B1F460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F460; }
p { color: rgb(177,244,96); }
H1.HeaderClassName
{
color: #B1F460;
}
.AnyTagClassName
{
color: #B1F460;
}
</style>
background-color css
<style>
a { background-color: #B1F460; }
a { background-color: rgb(177,244,96); }
div.DivClassName
{
background-color: #B1F460;
}
.BgClassName
{
background-color: #B1F460;
}
</style>
border-color css
<style>
span { border-color: #B1F460; }
span { border-color: rgb(177,244,96); }
td.TdClassName
{
border-color: #B1F460;
}
.TagClassName
{
border-color: #B1F460;
}
</style>