Shades of Conifer #B0F45C
Tints of Conifer #B0F45C
RGB
CMYK
RGB Variations
Color information
#B0F45C (or 0xB0F45C) is known color: Conifer. HEX triplet: B0, F4 and 5C. RGB value is (176,244,92). Sum of RGB (Red+Green+Blue) = 176+244+92=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F45C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F45C is #4F0BA3. Grayscale: #CECECE. Windows color (decimal): -5180324 or 6091952. OLE color: 6091952.
HSL color Cylindrical-coordinate representation of color #B0F45C: hue angle of 86.84º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0F45C is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 92 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.04 |
| HSL | 86.84º | 0.87% | 0.66% | - |
| HSV(B) | 86.84º | 0.62% | 0.96% | - |
| XYZ | 52.19 | 74.7 | 21.79 | - |
| YUV | 206.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 92 | 0.28 | 0 | 0.62 | 0.04 | 86.84 | 0.87 | 0.66 |
| Hex | B0 | F4 | 5C | 1C | 0 | 3E | 4 | 57 | 57 | 42 |
| Octal | 260 | 364 | 134 | 34 | 0 | 76 | 4 | 127 | 127 | 102 |
| Binary | 10110000 | 11110100 | 1011100 | 11100 | 0 | 111110 | 100 | 1010111 | 1010111 | 1000010 |
Color Harmonies of #B0F45C
Complementary color
Monochromatic Colors of #B0F45C
Black with #B0F45C
Text Example
Text Example
White with #B0F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F45C; }
p { color: rgb(176,244,92); }
H1.HeaderClassName
{
color: #B0F45C;
}
.AnyTagClassName
{
color: #B0F45C;
}
</style>
background-color css
<style>
a { background-color: #B0F45C; }
a { background-color: rgb(176,244,92); }
div.DivClassName
{
background-color: #B0F45C;
}
.BgClassName
{
background-color: #B0F45C;
}
</style>
border-color css
<style>
span { border-color: #B0F45C; }
span { border-color: rgb(176,244,92); }
td.TdClassName
{
border-color: #B0F45C;
}
.TagClassName
{
border-color: #B0F45C;
}
</style>