Shades of Conifer #B2F858
Tints of Conifer #B2F858
RGB
CMYK
RGB Variations
Color information
#B2F858 (or 0xB2F858) is known color: Conifer. HEX triplet: B2, F8 and 58. RGB value is (178,248,88). Sum of RGB (Red+Green+Blue) = 178+248+88=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F858 is #4D07A7. Grayscale: #D1D1D1. Windows color (decimal): -5048232 or 5830834. OLE color: 5830834.
HSL color Cylindrical-coordinate representation of color #B2F858: hue angle of 86.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2F858 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 88 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.03 |
| HSL | 86.25º | 0.92% | 0.66% | - |
| HSV(B) | 86.25º | 0.65% | 0.97% | - |
| XYZ | 53.69 | 77.3 | 21.32 | - |
| YUV | 208.83 | 59.81 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 88 | 0.28 | 0 | 0.65 | 0.03 | 86.25 | 0.92 | 0.66 |
| Hex | B2 | F8 | 58 | 1C | 0 | 41 | 3 | 56 | 5C | 42 |
| Octal | 262 | 370 | 130 | 34 | 0 | 101 | 3 | 126 | 134 | 102 |
| Binary | 10110010 | 11111000 | 1011000 | 11100 | 0 | 1000001 | 11 | 1010110 | 1011100 | 1000010 |
Color Harmonies of #B2F858
Complementary color
Monochromatic Colors of #B2F858
Black with #B2F858
Text Example
Text Example
White with #B2F858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F858; }
p { color: rgb(178,248,88); }
H1.HeaderClassName
{
color: #B2F858;
}
.AnyTagClassName
{
color: #B2F858;
}
</style>
background-color css
<style>
a { background-color: #B2F858; }
a { background-color: rgb(178,248,88); }
div.DivClassName
{
background-color: #B2F858;
}
.BgClassName
{
background-color: #B2F858;
}
</style>
border-color css
<style>
span { border-color: #B2F858; }
span { border-color: rgb(178,248,88); }
td.TdClassName
{
border-color: #B2F858;
}
.TagClassName
{
border-color: #B2F858;
}
</style>