Shades of Conifer #B2F957
Tints of Conifer #B2F957
RGB
CMYK
RGB Variations
Color information
#B2F957 (or 0xB2F957) is known color: Conifer. HEX triplet: B2, F9 and 57. RGB value is (178,249,87). Sum of RGB (Red+Green+Blue) = 178+249+87=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F957 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F957 is #4D06A8. Grayscale: #D1D1D1. Windows color (decimal): -5047977 or 5765554. OLE color: 5765554.
HSL color Cylindrical-coordinate representation of color #B2F957: hue angle of 86.3º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2F957 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 87 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.02 |
| HSL | 86.3º | 0.93% | 0.66% | - |
| HSV(B) | 86.3º | 0.65% | 0.98% | - |
| XYZ | 53.96 | 77.9 | 21.21 | - |
| YUV | 209.3 | 58.98 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 87 | 0.29 | 0 | 0.65 | 0.02 | 86.3 | 0.93 | 0.66 |
| Hex | B2 | F9 | 57 | 1D | 0 | 41 | 2 | 56 | 5D | 42 |
| Octal | 262 | 371 | 127 | 35 | 0 | 101 | 2 | 126 | 135 | 102 |
| Binary | 10110010 | 11111001 | 1010111 | 11101 | 0 | 1000001 | 10 | 1010110 | 1011101 | 1000010 |
Color Harmonies of #B2F957
Complementary color
Monochromatic Colors of #B2F957
Black with #B2F957
Text Example
Text Example
White with #B2F957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F957; }
p { color: rgb(178,249,87); }
H1.HeaderClassName
{
color: #B2F957;
}
.AnyTagClassName
{
color: #B2F957;
}
</style>
background-color css
<style>
a { background-color: #B2F957; }
a { background-color: rgb(178,249,87); }
div.DivClassName
{
background-color: #B2F957;
}
.BgClassName
{
background-color: #B2F957;
}
</style>
border-color css
<style>
span { border-color: #B2F957; }
span { border-color: rgb(178,249,87); }
td.TdClassName
{
border-color: #B2F957;
}
.TagClassName
{
border-color: #B2F957;
}
</style>