Shades of Conifer #B0F657
Tints of Conifer #B0F657
RGB
CMYK
RGB Variations
Color information
#B0F657 (or 0xB0F657) is known color: Conifer. HEX triplet: B0, F6 and 57. RGB value is (176,246,87). Sum of RGB (Red+Green+Blue) = 176+246+87=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F657 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F657 is #4F09A8. Grayscale: #CFCFCF. Windows color (decimal): -5179817 or 5764784. OLE color: 5764784.
HSL color Cylindrical-coordinate representation of color #B0F657: hue angle of 86.42º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0F657 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 87 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.04 |
| HSL | 86.42º | 0.9% | 0.65% | - |
| HSV(B) | 86.42º | 0.65% | 0.96% | - |
| XYZ | 52.58 | 75.83 | 20.88 | - |
| YUV | 206.94 | 60.31 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 87 | 0.28 | 0 | 0.65 | 0.04 | 86.42 | 0.9 | 0.65 |
| Hex | B0 | F6 | 57 | 1C | 0 | 41 | 4 | 56 | 5A | 41 |
| Octal | 260 | 366 | 127 | 34 | 0 | 101 | 4 | 126 | 132 | 101 |
| Binary | 10110000 | 11110110 | 1010111 | 11100 | 0 | 1000001 | 100 | 1010110 | 1011010 | 1000001 |
Color Harmonies of #B0F657
Complementary color
Monochromatic Colors of #B0F657
Black with #B0F657
Text Example
Text Example
White with #B0F657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F657; }
p { color: rgb(176,246,87); }
H1.HeaderClassName
{
color: #B0F657;
}
.AnyTagClassName
{
color: #B0F657;
}
</style>
background-color css
<style>
a { background-color: #B0F657; }
a { background-color: rgb(176,246,87); }
div.DivClassName
{
background-color: #B0F657;
}
.BgClassName
{
background-color: #B0F657;
}
</style>
border-color css
<style>
span { border-color: #B0F657; }
span { border-color: rgb(176,246,87); }
td.TdClassName
{
border-color: #B0F657;
}
.TagClassName
{
border-color: #B0F657;
}
</style>