Shades of Conifer #B0F346
Tints of Conifer #B0F346
RGB
CMYK
RGB Variations
Color information
#B0F346 (or 0xB0F346) is known color: Conifer. HEX triplet: B0, F3 and 46. RGB value is (176,243,70). Sum of RGB (Red+Green+Blue) = 176+243+70=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F346 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F346 is #4F0CB9. Grayscale: #CBCBCB. Windows color (decimal): -5180602 or 4649904. OLE color: 4649904.
HSL color Cylindrical-coordinate representation of color #B0F346: hue angle of 83.24º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0F346 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 70 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.05 |
| HSL | 83.24º | 0.88% | 0.61% | - |
| HSV(B) | 83.24º | 0.71% | 0.95% | - |
| XYZ | 51.06 | 73.77 | 17.34 | - |
| YUV | 203.25 | 52.8 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 70 | 0.28 | 0 | 0.71 | 0.05 | 83.24 | 0.88 | 0.61 |
| Hex | B0 | F3 | 46 | 1C | 0 | 47 | 5 | 53 | 58 | 3D |
| Octal | 260 | 363 | 106 | 34 | 0 | 107 | 5 | 123 | 130 | 75 |
| Binary | 10110000 | 11110011 | 1000110 | 11100 | 0 | 1000111 | 101 | 1010011 | 1011000 | 111101 |
Color Harmonies of #B0F346
Complementary color
Monochromatic Colors of #B0F346
Black with #B0F346
Text Example
Text Example
White with #B0F346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F346; }
p { color: rgb(176,243,70); }
H1.HeaderClassName
{
color: #B0F346;
}
.AnyTagClassName
{
color: #B0F346;
}
</style>
background-color css
<style>
a { background-color: #B0F346; }
a { background-color: rgb(176,243,70); }
div.DivClassName
{
background-color: #B0F346;
}
.BgClassName
{
background-color: #B0F346;
}
</style>
border-color css
<style>
span { border-color: #B0F346; }
span { border-color: rgb(176,243,70); }
td.TdClassName
{
border-color: #B0F346;
}
.TagClassName
{
border-color: #B0F346;
}
</style>