Shades of Conifer #B0F356
Tints of Conifer #B0F356
RGB
CMYK
RGB Variations
Color information
#B0F356 (or 0xB0F356) is known color: Conifer. HEX triplet: B0, F3 and 56. RGB value is (176,243,86). Sum of RGB (Red+Green+Blue) = 176+243+86=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F356 is #4F0CA9. Grayscale: #CDCDCD. Windows color (decimal): -5180586 or 5698480. OLE color: 5698480.
HSL color Cylindrical-coordinate representation of color #B0F356: hue angle of 85.61º 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 #B0F356 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 86 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.05 |
| HSL | 85.61º | 0.87% | 0.65% | - |
| HSV(B) | 85.61º | 0.65% | 0.95% | - |
| XYZ | 51.63 | 74 | 20.37 | - |
| YUV | 205.07 | 60.8 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 86 | 0.28 | 0 | 0.65 | 0.05 | 85.61 | 0.87 | 0.65 |
| Hex | B0 | F3 | 56 | 1C | 0 | 41 | 5 | 56 | 57 | 41 |
| Octal | 260 | 363 | 126 | 34 | 0 | 101 | 5 | 126 | 127 | 101 |
| Binary | 10110000 | 11110011 | 1010110 | 11100 | 0 | 1000001 | 101 | 1010110 | 1010111 | 1000001 |
Color Harmonies of #B0F356
Complementary color
Monochromatic Colors of #B0F356
Black with #B0F356
Text Example
Text Example
White with #B0F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F356; }
p { color: rgb(176,243,86); }
H1.HeaderClassName
{
color: #B0F356;
}
.AnyTagClassName
{
color: #B0F356;
}
</style>
background-color css
<style>
a { background-color: #B0F356; }
a { background-color: rgb(176,243,86); }
div.DivClassName
{
background-color: #B0F356;
}
.BgClassName
{
background-color: #B0F356;
}
</style>
border-color css
<style>
span { border-color: #B0F356; }
span { border-color: rgb(176,243,86); }
td.TdClassName
{
border-color: #B0F356;
}
.TagClassName
{
border-color: #B0F356;
}
</style>