Shades of Conifer #B0F65B
Tints of Conifer #B0F65B
RGB
CMYK
RGB Variations
Color information
#B0F65B (or 0xB0F65B) is known color: Conifer. HEX triplet: B0, F6 and 5B. RGB value is (176,246,91). Sum of RGB (Red+Green+Blue) = 176+246+91=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F65B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F65B is #4F09A4. Grayscale: #CFCFCF. Windows color (decimal): -5179813 or 6026928. OLE color: 6026928.
HSL color Cylindrical-coordinate representation of color #B0F65B: hue angle of 87.1º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0F65B is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 91 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.04 |
| HSL | 87.1º | 0.9% | 0.66% | - |
| HSV(B) | 87.1º | 0.63% | 0.96% | - |
| XYZ | 52.75 | 75.9 | 21.77 | - |
| YUV | 207.4 | 62.31 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 91 | 0.28 | 0 | 0.63 | 0.04 | 87.1 | 0.9 | 0.66 |
| Hex | B0 | F6 | 5B | 1C | 0 | 3F | 4 | 57 | 5A | 42 |
| Octal | 260 | 366 | 133 | 34 | 0 | 77 | 4 | 127 | 132 | 102 |
| Binary | 10110000 | 11110110 | 1011011 | 11100 | 0 | 111111 | 100 | 1010111 | 1011010 | 1000010 |
Color Harmonies of #B0F65B
Complementary color
Monochromatic Colors of #B0F65B
Black with #B0F65B
Text Example
Text Example
White with #B0F65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F65B; }
p { color: rgb(176,246,91); }
H1.HeaderClassName
{
color: #B0F65B;
}
.AnyTagClassName
{
color: #B0F65B;
}
</style>
background-color css
<style>
a { background-color: #B0F65B; }
a { background-color: rgb(176,246,91); }
div.DivClassName
{
background-color: #B0F65B;
}
.BgClassName
{
background-color: #B0F65B;
}
</style>
border-color css
<style>
span { border-color: #B0F65B; }
span { border-color: rgb(176,246,91); }
td.TdClassName
{
border-color: #B0F65B;
}
.TagClassName
{
border-color: #B0F65B;
}
</style>