Shades of Conifer #B0F256
Tints of Conifer #B0F256
RGB
CMYK
RGB Variations
Color information
#B0F256 (or 0xB0F256) is known color: Conifer. HEX triplet: B0, F2 and 56. RGB value is (176,242,86). Sum of RGB (Red+Green+Blue) = 176+242+86=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F256 is #4F0DA9. Grayscale: #CDCDCD. Windows color (decimal): -5180842 or 5698224. OLE color: 5698224.
HSL color Cylindrical-coordinate representation of color #B0F256: hue angle of 85.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0F256 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 86 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.05 |
| HSL | 85.38º | 0.86% | 0.64% | - |
| HSV(B) | 85.38º | 0.64% | 0.95% | - |
| XYZ | 51.34 | 73.41 | 20.27 | - |
| YUV | 204.48 | 61.13 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 86 | 0.27 | 0 | 0.64 | 0.05 | 85.38 | 0.86 | 0.64 |
| Hex | B0 | F2 | 56 | 1B | 0 | 40 | 5 | 55 | 56 | 40 |
| Octal | 260 | 362 | 126 | 33 | 0 | 100 | 5 | 125 | 126 | 100 |
| Binary | 10110000 | 11110010 | 1010110 | 11011 | 0 | 1000000 | 101 | 1010101 | 1010110 | 1000000 |
Color Harmonies of #B0F256
Complementary color
Monochromatic Colors of #B0F256
Black with #B0F256
Text Example
Text Example
White with #B0F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F256; }
p { color: rgb(176,242,86); }
H1.HeaderClassName
{
color: #B0F256;
}
.AnyTagClassName
{
color: #B0F256;
}
</style>
background-color css
<style>
a { background-color: #B0F256; }
a { background-color: rgb(176,242,86); }
div.DivClassName
{
background-color: #B0F256;
}
.BgClassName
{
background-color: #B0F256;
}
</style>
border-color css
<style>
span { border-color: #B0F256; }
span { border-color: rgb(176,242,86); }
td.TdClassName
{
border-color: #B0F256;
}
.TagClassName
{
border-color: #B0F256;
}
</style>