Shades of Conifer #B0F650
Tints of Conifer #B0F650
RGB
CMYK
RGB Variations
Color information
#B0F650 (or 0xB0F650) is known color: Conifer. HEX triplet: B0, F6 and 50. RGB value is (176,246,80). Sum of RGB (Red+Green+Blue) = 176+246+80=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F650 is #4F09AF. Grayscale: #CECECE. Windows color (decimal): -5179824 or 5306032. OLE color: 5306032.
HSL color Cylindrical-coordinate representation of color #B0F650: hue angle of 85.3º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0F650 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 80 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.04 |
| HSL | 85.3º | 0.9% | 0.64% | - |
| HSV(B) | 85.3º | 0.67% | 0.96% | - |
| XYZ | 52.31 | 75.72 | 19.45 | - |
| YUV | 206.15 | 56.81 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 80 | 0.28 | 0 | 0.67 | 0.04 | 85.3 | 0.9 | 0.64 |
| Hex | B0 | F6 | 50 | 1C | 0 | 43 | 4 | 55 | 5A | 40 |
| Octal | 260 | 366 | 120 | 34 | 0 | 103 | 4 | 125 | 132 | 100 |
| Binary | 10110000 | 11110110 | 1010000 | 11100 | 0 | 1000011 | 100 | 1010101 | 1011010 | 1000000 |
Color Harmonies of #B0F650
Complementary color
Monochromatic Colors of #B0F650
Black with #B0F650
Text Example
Text Example
White with #B0F650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F650; }
p { color: rgb(176,246,80); }
H1.HeaderClassName
{
color: #B0F650;
}
.AnyTagClassName
{
color: #B0F650;
}
</style>
background-color css
<style>
a { background-color: #B0F650; }
a { background-color: rgb(176,246,80); }
div.DivClassName
{
background-color: #B0F650;
}
.BgClassName
{
background-color: #B0F650;
}
</style>
border-color css
<style>
span { border-color: #B0F650; }
span { border-color: rgb(176,246,80); }
td.TdClassName
{
border-color: #B0F650;
}
.TagClassName
{
border-color: #B0F650;
}
</style>