Shades of Conifer #B0F65C
Tints of Conifer #B0F65C
RGB
CMYK
RGB Variations
Color information
#B0F65C (or 0xB0F65C) is known color: Conifer. HEX triplet: B0, F6 and 5C. RGB value is (176,246,92). Sum of RGB (Red+Green+Blue) = 176+246+92=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F65C is #4F09A3. Grayscale: #D0D0D0. Windows color (decimal): -5179812 or 6092464. OLE color: 6092464.
HSL color Cylindrical-coordinate representation of color #B0F65C: hue angle of 87.27º 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 #B0F65C is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 92 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.04 |
| HSL | 87.27º | 0.9% | 0.66% | - |
| HSV(B) | 87.27º | 0.63% | 0.96% | - |
| XYZ | 52.79 | 75.91 | 22 | - |
| YUV | 207.51 | 62.81 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 92 | 0.28 | 0 | 0.63 | 0.04 | 87.27 | 0.9 | 0.66 |
| Hex | B0 | F6 | 5C | 1C | 0 | 3F | 4 | 57 | 5A | 42 |
| Octal | 260 | 366 | 134 | 34 | 0 | 77 | 4 | 127 | 132 | 102 |
| Binary | 10110000 | 11110110 | 1011100 | 11100 | 0 | 111111 | 100 | 1010111 | 1011010 | 1000010 |
Color Harmonies of #B0F65C
Complementary color
Monochromatic Colors of #B0F65C
Black with #B0F65C
Text Example
Text Example
White with #B0F65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F65C; }
p { color: rgb(176,246,92); }
H1.HeaderClassName
{
color: #B0F65C;
}
.AnyTagClassName
{
color: #B0F65C;
}
</style>
background-color css
<style>
a { background-color: #B0F65C; }
a { background-color: rgb(176,246,92); }
div.DivClassName
{
background-color: #B0F65C;
}
.BgClassName
{
background-color: #B0F65C;
}
</style>
border-color css
<style>
span { border-color: #B0F65C; }
span { border-color: rgb(176,246,92); }
td.TdClassName
{
border-color: #B0F65C;
}
.TagClassName
{
border-color: #B0F65C;
}
</style>