Shades of Conifer #B2F356
Tints of Conifer #B2F356
RGB
CMYK
RGB Variations
Color information
#B2F356 (or 0xB2F356) is known color: Conifer. HEX triplet: B2, F3 and 56. RGB value is (178,243,86). Sum of RGB (Red+Green+Blue) = 178+243+86=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F356 is #4D0CA9. Grayscale: #CECECE. Windows color (decimal): -5049514 or 5698482. OLE color: 5698482.
HSL color Cylindrical-coordinate representation of color #B2F356: hue angle of 84.84º 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 #B2F356 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 86 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.05 |
| HSL | 84.84º | 0.87% | 0.65% | - |
| HSV(B) | 84.84º | 0.65% | 0.95% | - |
| XYZ | 52.09 | 74.24 | 20.39 | - |
| YUV | 205.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 86 | 0.27 | 0 | 0.65 | 0.05 | 84.84 | 0.87 | 0.65 |
| Hex | B2 | F3 | 56 | 1B | 0 | 41 | 5 | 55 | 57 | 41 |
| Octal | 262 | 363 | 126 | 33 | 0 | 101 | 5 | 125 | 127 | 101 |
| Binary | 10110010 | 11110011 | 1010110 | 11011 | 0 | 1000001 | 101 | 1010101 | 1010111 | 1000001 |
Color Harmonies of #B2F356
Complementary color
Monochromatic Colors of #B2F356
Black with #B2F356
Text Example
Text Example
White with #B2F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F356; }
p { color: rgb(178,243,86); }
H1.HeaderClassName
{
color: #B2F356;
}
.AnyTagClassName
{
color: #B2F356;
}
</style>
background-color css
<style>
a { background-color: #B2F356; }
a { background-color: rgb(178,243,86); }
div.DivClassName
{
background-color: #B2F356;
}
.BgClassName
{
background-color: #B2F356;
}
</style>
border-color css
<style>
span { border-color: #B2F356; }
span { border-color: rgb(178,243,86); }
td.TdClassName
{
border-color: #B2F356;
}
.TagClassName
{
border-color: #B2F356;
}
</style>